mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-30 19:35:06 +00:00
fix: service account name env var defined twice (#7623)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
362c5db2ed
commit
76139ea0ce
2 changed files with 0 additions and 4 deletions
|
@ -115,8 +115,6 @@ spec:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
env:
|
||||
- name: KYVERNO_SERVICEACCOUNT_NAME
|
||||
value: {{ template "kyverno.cleanup-controller.serviceAccountName" . }}
|
||||
- name: KYVERNO_DEPLOYMENT
|
||||
value: {{ template "kyverno.cleanup-controller.name" . }}
|
||||
- name: INIT_CONFIG
|
||||
|
|
|
@ -39015,8 +39015,6 @@ spec:
|
|||
- --loggingFormat=text
|
||||
- --v=2
|
||||
env:
|
||||
- name: KYVERNO_SERVICEACCOUNT_NAME
|
||||
value: kyverno-cleanup-controller
|
||||
- name: KYVERNO_DEPLOYMENT
|
||||
value: kyverno-cleanup-controller
|
||||
- name: INIT_CONFIG
|
||||
|
|
Loading…
Add table
Reference in a new issue