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
|
@ -3,7 +3,7 @@ appVersion: 1.1.1
|
||||||
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
||||||
name: argocd-notifications
|
name: argocd-notifications
|
||||||
type: application
|
type: application
|
||||||
version: 1.4.1
|
version: 1.4.2
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -15,4 +15,4 @@ maintainers:
|
||||||
- name: andyfeller
|
- name: andyfeller
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Initialize Changelog"
|
- "[Added]: Example for 'defaultTriggers'"
|
||||||
|
|
|
@ -346,6 +346,10 @@ triggers:
|
||||||
# send:
|
# send:
|
||||||
# - app-sync-succeeded
|
# - app-sync-succeeded
|
||||||
# when: app.status.operationState.phase in ['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:
|
bots:
|
||||||
# For more information: https://argocd-notifications.readthedocs.io/en/stable/bots/overview/
|
# For more information: https://argocd-notifications.readthedocs.io/en/stable/bots/overview/
|
||||||
|
|
Loading…
Reference in a new issue