Skip to content

Commit 7c98490

Browse files
committed
fix: helm chart core provider spec condition
1 parent 06996b5 commit 7c98490

File tree

1 file changed

+1
-1
lines changed
  • hack/charts/cluster-api-operator/templates

1 file changed

+1
-1
lines changed

hack/charts/cluster-api-operator/templates/core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ metadata:
3838
"helm.sh/hook": "post-install,post-upgrade"
3939
"helm.sh/hook-weight": "2"
4040
"argocd.argoproj.io/sync-wave": "2"
41-
{{- if or $coreVersion $.Values.configSecret.name }}
41+
{{- if or $coreVersion $.Values.configSecret.name $.Values.manager }}
4242
spec:
4343
{{- end}}
4444
{{- if $coreVersion }}

0 commit comments

Comments
 (0)