#871 rework using existing field
Signed-off-by: shortsn <shortsn@users.noreply.github.com>
This commit is contained in:
parent
70b01cd657
commit
1643caa31d
3 changed files with 5 additions and 9 deletions
|
@ -15,4 +15,4 @@ maintainers:
|
||||||
- name: andyfeller
|
- name: andyfeller
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Support of 'defaultTriggers'"
|
- "[Added]: Example for 'defaultTriggers'"
|
|
@ -21,10 +21,6 @@ data:
|
||||||
{{- with .Values.templates }}
|
{{- with .Values.templates }}
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.defaultTriggers }}
|
|
||||||
defaultTriggers: |
|
|
||||||
{{- toYaml . | nindent 4 }}
|
|
||||||
{{- end }}
|
|
||||||
{{- with .Values.triggers }}
|
{{- with .Values.triggers }}
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -312,10 +312,6 @@ templates:
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
# For more information: https://argocd-notifications.readthedocs.io/en/stable/triggers/#default-triggers
|
|
||||||
# defaultTriggers:
|
|
||||||
# - on-sync-status-unknown
|
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
# For more information: https://argocd-notifications.readthedocs.io/en/stable/triggers/
|
# For more information: https://argocd-notifications.readthedocs.io/en/stable/triggers/
|
||||||
|
|
||||||
|
@ -350,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