1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +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:
Charles-Edouard Brétéché 2023-06-21 09:29:09 +02:00 committed by GitHub
parent 362c5db2ed
commit 76139ea0ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -115,8 +115,6 @@ spec:
{{- end }} {{- end }}
{{- end }} {{- end }}
env: env:
- name: KYVERNO_SERVICEACCOUNT_NAME
value: {{ template "kyverno.cleanup-controller.serviceAccountName" . }}
- name: KYVERNO_DEPLOYMENT - name: KYVERNO_DEPLOYMENT
value: {{ template "kyverno.cleanup-controller.name" . }} value: {{ template "kyverno.cleanup-controller.name" . }}
- name: INIT_CONFIG - name: INIT_CONFIG

View file

@ -39015,8 +39015,6 @@ spec:
- --loggingFormat=text - --loggingFormat=text
- --v=2 - --v=2
env: env:
- name: KYVERNO_SERVICEACCOUNT_NAME
value: kyverno-cleanup-controller
- name: KYVERNO_DEPLOYMENT - name: KYVERNO_DEPLOYMENT
value: kyverno-cleanup-controller value: kyverno-cleanup-controller
- name: INIT_CONFIG - name: INIT_CONFIG