read values from cf-notifications.context
as well (not used currently)
This commit is contained in:
parent
2872af2f22
commit
d303a4e13e
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ data:
|
|||
{{- with .Values.notifications.context }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.cf-notifications.context }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
{{- with .Values.notifications.notifiers }}
|
||||
{{- toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue