fix(argo-rollouts): Fix of global subscriptions for Argo Rollouts (#2797)
* Fix of Argo Rollouts notifications subscription Signed-off-by: Yurii Bychenok <bychenok.y@ajax.systems> * Fixed Argo Rollouts helm changelog Signed-off-by: Yurii Bychenok <bychenok.y@ajax.systems> * Fixed Argo Rollouts helm default values.yaml Signed-off-by: Yurii Bychenok <bychenok.y@ajax.systems> * Fixed Argo Rollouts doc after helm update Signed-off-by: Yurii Bychenok <bychenok.y@ajax.systems> --------- Signed-off-by: Yurii Bychenok <bychenok.y@ajax.systems> Signed-off-by: Aikawa <yu.croco@gmail.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
3d98d04f43
commit
425e98ecff
4 changed files with 10 additions and 10 deletions
|
|
@ -17,6 +17,6 @@ data:
|
|||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.subscriptions }}
|
||||
subscriptions:
|
||||
subscriptions: |
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue