Indent.
Signed-off-by: Josh Baird <jbaird@galileo.io>
This commit is contained in:
parent
736a87a52e
commit
9a80cf02f5
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
{{- with (concat .Values.global.env .Values.notifications.extraEnv) }}
|
{{- with (concat .Values.global.env .Values.notifications.extraEnv) }}
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: ARGOCD_NOTIFICATIONS_CONTROLLER_LOGLEVEL
|
- name: ARGOCD_NOTIFICATIONS_CONTROLLER_LOGLEVEL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue