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,8 +21,8 @@ data:
|
||||||
{{- with $notifiers }}
|
{{- with $notifiers }}
|
||||||
{{- toYaml . | nindent 2 }}
|
{{- toYaml . | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
subscriptions: |
|
|
||||||
{{- with $subscriptions }}
|
{{- with $subscriptions }}
|
||||||
|
subscriptions: |
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with (merge .Values.notifications.templates .Values.codefresh.promotions.notifications.templates) }}
|
{{- with (merge .Values.notifications.templates .Values.codefresh.promotions.notifications.templates) }}
|
||||||
|
|
Loading…
Reference in a new issue