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: Sai Charan Godasi <saicharangodasi@Sais-MacBook-Air.local>
  • Loading branch information
fadecore authored and Sai Charan Godasi committed Jan 22, 2024
1 parent d68de7d commit db15ea6
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 db15ea6

Please sign in to comment.