Browse Source

Helm: disable ClusterPushSecret reconciler when using scoped RBAC (#4571)

Signed-off-by: Albert Llop <mrsimo@gmail.com>
Co-authored-by: Gustavo Fernandes de Carvalho <17139678+gusfcarvalho@users.noreply.github.com>
Albert Llop 1 year ago
parent
commit
e2f47e81cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deploy/charts/external-secrets/templates/deployment.yaml

+ 1 - 0
deploy/charts/external-secrets/templates/deployment.yaml

@@ -62,6 +62,7 @@ spec:
           {{- if and .Values.scopedNamespace .Values.scopedRBAC }}
           - --enable-cluster-store-reconciler=false
           - --enable-cluster-external-secret-reconciler=false
+          - --enable-cluster-push-secret-reconciler=false
           {{- else }}
             {{- if not .Values.processClusterStore }}
           - --enable-cluster-store-reconciler=false