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>
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 289 KiB |
@@ -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.
|
||||
|
||||
@@ -15,7 +15,7 @@ events and are responsible for the reconciliation of their designated API object
|
||||
the toolkit is in an active experimentation phase.
|
||||
If you wish to take part in this quest please reach out to us on Slack or GitHub.
|
||||
|
||||

|
||||

|
||||
|
||||
Target features:
|
||||
|
||||
|
||||