diff --git a/charts/kyverno/templates/cleanup-controller/deployment.yaml b/charts/kyverno/templates/cleanup-controller/deployment.yaml index 9451e986d4..fca47bc073 100644 --- a/charts/kyverno/templates/cleanup-controller/deployment.yaml +++ b/charts/kyverno/templates/cleanup-controller/deployment.yaml @@ -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 diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index ab8649f4dc..c2095ba81c 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -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