mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 02:45:06 +00:00
fix: clean up of extra ENV key in manifest
Signed-off-by: Retna Ramachandran <retna@gjensidige.no> Signed-off-by: Retna Ramachandran <retna.ramachandran@gjensidige.no>
This commit is contained in:
parent
194c99564e
commit
c95802bf84
1 changed files with 2 additions and 4 deletions
|
@ -67,8 +67,7 @@ spec:
|
|||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
{{- with .Values.envVars }}
|
||||
env:
|
||||
{{- toYaml . | nindent 14 }}
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: kyverno
|
||||
|
@ -105,8 +104,7 @@ spec:
|
|||
- name: KYVERNO_SVC
|
||||
value: {{ template "kyverno.serviceName" . }}
|
||||
{{- with .Values.envVars }}
|
||||
env:
|
||||
{{- toYaml . | nindent 14 }}
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
{{- with .Values.livenessProbe }}
|
||||
livenessProbe: {{ tpl (toYaml .) $ | nindent 12 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue