File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ metadata:
2828 " helm.sh/hook-weight " : " 2"
2929 {{- end }}
3030 " argocd.argoproj.io/sync-wave " : " 2"
31- {{- if or $addonVersion $.Values.secretName $.Values.configSecret.name (($addon).configSecret).name }}
31+ {{- if or $addonVersion $.Values.secretName $.Values.configSecret.name $addon.manager (($addon).configSecret).name }}
3232spec :
3333{{- end}}
3434{{- if $addon.manager }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ metadata:
2828 " helm.sh/hook-weight " : " 2"
2929 {{- end }}
3030 " argocd.argoproj.io/sync-wave " : " 2"
31- {{- if or $bootstrapVersion $.Values.configSecret.name (($bootstrap).configSecret).name }}
31+ {{- if or $bootstrapVersion $.Values.configSecret.name $bootstrap.manager (($bootstrap).configSecret).name }}
3232spec :
3333{{- end}}
3434{{- if $bootstrap.manager }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ metadata:
2828 " helm.sh/hook-weight " : " 2"
2929 {{- end }}
3030 " argocd.argoproj.io/sync-wave " : " 2"
31- {{- if or $controlPlaneVersion $.Values.configSecret.name $.Values .manager (($controlPlane).configSecret).name }}
31+ {{- if or $controlPlaneVersion $.Values.configSecret.name $controlPlane .manager (($controlPlane).configSecret).name }}
3232spec :
3333{{- end}}
3434{{- if $controlPlaneVersion }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ metadata:
2828 " helm.sh/hook-weight " : " 2"
2929 {{- end }}
3030 " argocd.argoproj.io/sync-wave " : " 2"
31- {{- if or $coreVersion $.Values.configSecret.name $.Values .manager (($core).configSecret).name }}
31+ {{- if or $coreVersion $.Values.configSecret.name $core .manager (($core).configSecret).name }}
3232spec :
3333{{- end}}
3434{{- if $coreVersion }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ metadata:
2828 " helm.sh/hook-weight " : " 2"
2929 {{- end }}
3030 " argocd.argoproj.io/sync-wave " : " 2"
31- {{- if or $infrastructureVersion $.Values.configSecret.name $.Values .manager $.Values.additionalDeployments (($infra).configSecret).name }}
31+ {{- if or $infrastructureVersion $.Values.configSecret.name $infra .manager $.Values.additionalDeployments (($infra).configSecret).name }}
3232spec :
3333{{- end }}
3434{{- if $infrastructureVersion }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ metadata:
2828 " helm.sh/hook-weight " : " 2"
2929 {{- end }}
3030 " argocd.argoproj.io/sync-wave " : " 2"
31- {{- if or $ipamVersion $.Values.configSecret.name $.Values .manager $.Values.additionalDeployments (($ipam).configSecret).name }}
31+ {{- if or $ipamVersion $.Values.configSecret.name $ipam .manager $.Values.additionalDeployments (($ipam).configSecret).name }}
3232spec :
3333{{- end }}
3434{{- if $ipamVersion }}
You can’t perform that action at this time.
0 commit comments