Browse Source

fix processpushsecret activation (#2968)

make it possible do deactivate processpushsecret when installing namespaced

Signed-off-by: fadecore <outbreak86@hotmail.com>
fadecore 2 years ago
parent
commit
9130719b20
1 changed files with 2 additions and 2 deletions
  1. 2 2
      deploy/charts/external-secrets/templates/deployment.yaml

+ 2 - 2
deploy/charts/external-secrets/templates/deployment.yaml

@@ -65,9 +65,9 @@ spec:
             {{- if not .Values.processClusterExternalSecret }}
           - --enable-cluster-external-secret-reconciler=false
             {{- end }}
-            {{- if not .Values.processPushSecret }}
+          {{- end }}
+          {{- if not .Values.processPushSecret }}
           - --enable-push-secret-reconciler=false
-            {{- end }}
           {{- end }}
           {{- if .Values.controllerClass }}
           - --controller-class={{ .Values.controllerClass }}