Fix of Argo Rollouts notifications subscription
Signed-off-by: Yurii Bychenok <bychenok.y@ajax.systems>
This commit is contained in:
parent
ee508fe7fc
commit
bd16d635fc
3 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v1.7.0
|
||||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 2.36.2
|
||||
version: 2.36.3
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||
keywords:
|
||||
|
|
|
@ -17,6 +17,6 @@ data:
|
|||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.subscriptions }}
|
||||
subscriptions:
|
||||
subscriptions: |
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -482,8 +482,8 @@ notifications:
|
|||
|
||||
# -- The subscriptions define the subscriptions to the triggers in a general way for all rollouts
|
||||
subscriptions: {}
|
||||
# subscriptions:
|
||||
# recipients:
|
||||
# - slack:<channel>
|
||||
# - recipients:
|
||||
# - slack:<channel>
|
||||
# triggers:
|
||||
# - on-rollout-completed
|
||||
# - on-rollout-completed
|
||||
# - on-rollout-aborted
|
Loading…
Reference in a new issue