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 59
59
{{- end }}
60
60
{{- end }}
61
61
{{- 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 }}
62
72
{{- if $.Values.configSecret.name }}
63
73
configSecret :
64
74
name : {{ $.Values.configSecret.name }}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ controlPlane: ""
7
7
infrastructure : " "
8
8
addon : " "
9
9
manager.featureGates : {}
10
+ fetchConfig : {}
10
11
# ---
11
12
# Common configuration secret options
12
13
configSecret : {}
You can’t perform that action at this time.
0 commit comments