1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +00:00

fix: added envVars to containers

Signed-off-by: Retna Ramachandran <retna.ramachandran@gjensidige.no>
This commit is contained in:
Retna 2021-06-18 09:01:28 +02:00 committed by Retna Ramachandran
parent a9e3092fca
commit 194c99564e
No known key found for this signature in database
GPG key ID: 40F343E0B55C9356

View file

@ -104,6 +104,10 @@ spec:
fieldPath: metadata.namespace
- name: KYVERNO_SVC
value: {{ template "kyverno.serviceName" . }}
{{- with .Values.envVars }}
env:
{{- toYaml . | nindent 14 }}
{{- end }}
{{- with .Values.livenessProbe }}
livenessProbe: {{ tpl (toYaml .) $ | nindent 12 }}
{{- end }}