Explorar o código

fix processpushsecret activation (#2968)

make it possible do deactivate processpushsecret when installing namespaced

Signed-off-by: fadecore <outbreak86@hotmail.com>
fadecore %!s(int64=2) %!d(string=hai) anos
pai
achega
9130719b20
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 }}