Fix of Argo Rollouts notifications subscription

Signed-off-by: Yurii Bychenok <bychenok.y@ajax.systems>
This commit is contained in:
Yurii Bychenok 2024-06-26 01:45:28 +03:00
parent ee508fe7fc
commit bd16d635fc
3 changed files with 6 additions and 6 deletions

View file

@ -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:

View file

@ -17,6 +17,6 @@ data:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- with .Values.notifications.subscriptions }}
subscriptions:
subscriptions: |
{{- toYaml . | nindent 4 }}
{{- end }}

View file

@ -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