1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

eliminate duplicate env key

This commit is contained in:
windowsrefund 2021-05-20 11:21:47 -04:00
parent 4f79f44f9f
commit 69ba308687

View file

@ -64,9 +64,9 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
{{- with .Values.envVars }}
env:
{{- toYaml . | nindent 14 }}
{{- range .Values.envVars }}
- name: {{ .name }}
value: {{ .value | quote }}
{{- end }}
containers:
- name: kyverno