File tree Expand file tree Collapse file tree 6 files changed +6
-18
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 6 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 4545{{- end }}
4646{{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $addonName) }}
4747 fetchConfig :
48- {{- range $key, $value := index $.Values.fetchConfig $addonName }}
49- {{ $key }}: {{ $value }}
50- {{- end }}
48+ {{- index $.Values.fetchConfig $addonName | toYaml | nindent 4 }}
5149{{- end }}
5250{{- if $addon.additionalManifests }}
5351 additionalManifests :
Original file line number Diff line number Diff line change 4646{{- end }}
4747{{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $bootstrapName) }}
4848 fetchConfig :
49- {{- range $key, $value := index $.Values.fetchConfig $bootstrapName }}
50- {{ $key }}: {{ $value }}
51- {{- end }}
49+ {{- index $.Values.fetchConfig $bootstrapName | toYaml | nindent 4 }}
5250{{- end }}
5351{{- if $bootstrap.additionalManifests }}
5452 additionalManifests :
Original file line number Diff line number Diff line change 5959{{- end }}
6060{{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $controlPlaneName) }}
6161 fetchConfig :
62- {{- range $key, $value := index $.Values.fetchConfig $controlPlaneName }}
63- {{ $key }}: {{ $value }}
64- {{- end }}
62+ {{- index $.Values.fetchConfig $controlPlaneName | toYaml | nindent 4 }}
6563{{- end }}
6664{{- if $controlPlane.additionalManifests }}
6765 additionalManifests :
Original file line number Diff line number Diff line change 5555{{- end }}
5656{{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $coreName) }}
5757 fetchConfig :
58- {{- range $key, $value := index $.Values.fetchConfig $coreName }}
59- {{ $key }}: {{ $value }}
60- {{- end }}
58+ {{- index $.Values.fetchConfig $coreName | toYaml | nindent 4 }}
6159{{- end }}
6260{{- if $core.additionalManifests }}
6361 additionalManifests :
Original file line number Diff line number Diff line change 4949{{- end }}
5050{{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $infrastructureName) }}
5151 fetchConfig :
52- {{- range $key, $value := index $.Values.fetchConfig $infrastructureName }}
53- {{ $key }}: {{ $value }}
54- {{- end }}
52+ {{- index $.Values.fetchConfig $infrastructureName | toYaml | nindent 4 }}
5553{{- end }}
5654{{- if $.Values.configSecret.name }}
5755 configSecret :
Original file line number Diff line number Diff line change 4949{{- end }}
5050{{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $ipamName) }}
5151 fetchConfig :
52- {{- range $key, $value := index $.Values.fetchConfig $ipamName }}
53- {{ $key }}: {{ $value }}
54- {{- end }}
52+ {{- index $.Values.fetchConfig $ipamName | toYaml | nindent 4 }}
5553{{- end }}
5654{{- if $.Values.configSecret.name }}
5755 configSecret :
You can’t perform that action at this time.
0 commit comments