mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-22 19:45:43 +00:00
Update docs website
- add notification-controller/api commands to index - move diagrams to docs website - update CRDs docs Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
13f7d44a06
commit
90591e852d
15 changed files with 30 additions and 14 deletions
|
|
@ -245,7 +245,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1beta1
|
|||
namespace: default
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Configure webhook receivers
|
||||
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ encountered during the reconciliation process.
|
|||
This includes kustomize build and validation errors,
|
||||
apply errors and health check failures.
|
||||
|
||||

|
||||

|
||||
|
||||
When the verbosity is set to `info`, the controller will alert if:
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ When the verbosity is set to `info`, the controller will alert if:
|
|||
* a dependency is delaying the execution
|
||||
* an error occurs
|
||||
|
||||

|
||||

|
||||
|
||||
## Git commit status
|
||||
|
||||
|
|
@ -111,8 +111,8 @@ commit status works, refer to the [GitHub](https://docs.github.com/en/github/col
|
|||
or [GitLab](https://docs.gitlab.com/ee/api/commits.html) documentation.
|
||||
|
||||
The first image is an example of how it may look like in GitHub while the one below is an example for GitLab.
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Currently the provider will only work with Alerts for Kustomization resources as the events have to be linked with a
|
||||
specific git commit. Any other event that does not contain a commit reference will be ignored by the provider.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue