fixed empty env to list
This commit is contained in:
parent
1ac11c9a92
commit
0a3982ff7f
@ -51,7 +51,7 @@ spec:
|
|||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
{{- include "lib.environmentVariables" . | default "{}" | nindent 12 }}
|
{{- include "lib.environmentVariables" . | default "[]" | nindent 12 }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
{{- toYaml .Values.livenessProbe | nindent 12 }}
|
{{- toYaml .Values.livenessProbe | nindent 12 }}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
Loading…
Reference in New Issue
Block a user