mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
Merge pull request #1919 from windowsrefund/fix-envVars
Helm chart: Eliminate duplicate env key when iterating over envVars
This commit is contained in:
commit
3de5d37b21
1 changed files with 3 additions and 3 deletions
|
@ -65,9 +65,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
|
||||
|
|
Loading…
Add table
Reference in a new issue