read values from cf-notifications.context as well (not used currently)

This commit is contained in:
Noam Gal 2024-05-12 17:45:44 +03:00
parent 2872af2f22
commit d303a4e13e
No known key found for this signature in database

View file

@ -12,6 +12,9 @@ data:
{{- with .Values.notifications.context }} {{- with .Values.notifications.context }}
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
{{- with .Values.cf-notifications.context }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.notifications.notifiers }} {{- with .Values.notifications.notifiers }}
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}
{{- end }} {{- end }}