We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06996b5 commit 7c98490Copy full SHA for 7c98490
hack/charts/cluster-api-operator/templates/core.yaml
@@ -38,7 +38,7 @@ metadata:
38
"helm.sh/hook": "post-install,post-upgrade"
39
"helm.sh/hook-weight": "2"
40
"argocd.argoproj.io/sync-wave": "2"
41
-{{- if or $coreVersion $.Values.configSecret.name }}
+{{- if or $coreVersion $.Values.configSecret.name $.Values.manager }}
42
spec:
43
{{- end}}
44
{{- if $coreVersion }}
0 commit comments