Skip to content

Commit

Permalink
move subscriptions into the with clause
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed May 12, 2024
1 parent 6e65e03 commit 36ae990
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 36ae990

Please sign in to comment.