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