move subscriptions
into the with
clause
This commit is contained in:
parent
6e65e03eca
commit
36ae990538
1 changed files with 3 additions and 3 deletions
|
@ -21,10 +21,10 @@ data:
|
|||
{{- with $notifiers }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- with $subscriptions }}
|
||||
subscriptions: |
|
||||
{{- with $subscriptions }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with (merge .Values.notifications.templates .Values.codefresh.promotions.notifications.templates) }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue