File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
hack/charts/cluster-api-operator Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 5959{{- end }}
6060{{- end }}
6161{{- end }}
62+ {{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $infrastructureName) }}
63+ {{- range $key, $value := $.Values.fetchConfig }}
64+ {{- if eq $key $infrastructureName }}
65+ fetchConfig :
66+ {{- range $k, $v := $value }}
67+ {{ $k }}: {{ $v }}
68+ {{- end }}
69+ {{- end }}
70+ {{- end }}
71+ {{- end }}
6272{{- if $.Values.configSecret.name }}
6373 configSecret :
6474 name : {{ $.Values.configSecret.name }}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ controlPlane: ""
77infrastructure : " "
88addon : " "
99manager.featureGates : {}
10+ fetchConfig : {}
1011# ---
1112# Common configuration secret options
1213configSecret : {}
You can’t perform that action at this time.
0 commit comments