feat(argocd-notifications): Add example for defaultTriggers (#871)
* extending chart by optional defaultTriggers Signed-off-by: shortsn <shortsn@users.noreply.github.com> * #871 adjustments according review comments Signed-off-by: shortsn <shortsn@users.noreply.github.com> * #871 rework using existing field Signed-off-by: shortsn <shortsn@users.noreply.github.com> * #871 fixing linebreaks Signed-off-by: shortsn <shortsn@users.noreply.github.com> * #871 adjusting version Signed-off-by: shortsn <shortsn@users.noreply.github.com>
This commit is contained in:
parent
04cbf217ae
commit
1b64b58062
2 changed files with 6 additions and 2 deletions
|
|
@ -346,6 +346,10 @@ triggers:
|
|||
# send:
|
||||
# - app-sync-succeeded
|
||||
# when: app.status.operationState.phase in ['Succeeded']
|
||||
#
|
||||
# For more information: https://argocd-notifications.readthedocs.io/en/stable/triggers/#default-triggers
|
||||
# defaultTriggers: |
|
||||
# - on-sync-status-unknown
|
||||
|
||||
bots:
|
||||
# For more information: https://argocd-notifications.readthedocs.io/en/stable/bots/overview/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue