mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 08:01:48 +00:00
formatting
This commit is contained in:
parent
d76c34fa83
commit
da85ec9a3b
1 changed files with 2 additions and 6 deletions
|
|
@ -118,7 +118,6 @@ Create a notification provider for your service by referencing the above secret:
|
||||||
type: googlechat
|
type: googlechat
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
The provider type can be `slack`, `discord`, `msteams`, `rocket`, `googlechat` or `generic`
|
The provider type can be `slack`, `discord`, `msteams`, `rocket`, `googlechat` or `generic`
|
||||||
|
|
||||||
When type `generic` is specified, the notification controller will post the incoming
|
When type `generic` is specified, the notification controller will post the incoming
|
||||||
|
|
@ -168,12 +167,9 @@ on-call-webapp True Initialized 1m
|
||||||
```
|
```
|
||||||
|
|
||||||
Multiple alerts can be used to send notifications to different channels or Slack organizations.
|
Multiple alerts can be used to send notifications to different channels or Slack organizations.
|
||||||
|
|
||||||
The event severity can be set to `info` or `error`.
|
The event severity can be set to `info` or `error`.
|
||||||
When the severity is set to `error`, the kustomize controller will alert on any error
|
When the severity is set to `error`, the kustomize controller will alert on any error encountered during the reconciliation process.
|
||||||
encountered during the reconciliation process.
|
This includes kustomize build and validation errors, apply errors and health check failures.
|
||||||
This includes kustomize build and validation errors,
|
|
||||||
apply errors and health check failures.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue