Skip to content

Commit

Permalink
fix processpushsecret activation (external-secrets#2968)
Browse files Browse the repository at this point in the history
make it possible do deactivate processpushsecret when installing namespaced

Signed-off-by: fadecore <outbreak86@hotmail.com>
Signed-off-by: Aleem Isiaka <aleemisiaka@gmail.com>
  • Loading branch information
fadecore authored and limistah committed Jan 8, 2024
1 parent e280873 commit 65432f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/external-secrets/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 65432f4

Please sign in to comment.