Skip to content

Commit

Permalink
Add .Values.manager to the condition for customizing coreProvider
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Almeida <[email protected]>
  • Loading branch information
gcezaralmeida committed Dec 13, 2024
1 parent 0a42012 commit 8cc65d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/charts/cluster-api-operator/templates/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metadata:
"helm.sh/hook": "post-install,post-upgrade"
"helm.sh/hook-weight": "2"
"argocd.argoproj.io/sync-wave": "2"
{{- if or $coreVersion $.Values.configSecret.name }}
{{- if or $coreVersion $.Values.configSecret.name $.Values.manager }}
spec:
{{- end}}
{{- if $coreVersion }}
Expand Down

0 comments on commit 8cc65d8

Please sign in to comment.