File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
- {{- define "recursivePrinter" }}
2
- {{- range $key, $value := . }}
3
- {{- if kindIs "map" $value }}
4
- {{ $key }}:
5
- {{- include "recursivePrinter" $value | indent 2 }}
6
- {{- else }}
7
- {{ $key }}: {{ $value }}
8
- {{- end }}
9
- {{- end }}
10
- {{- end }}
11
1
# Infrastructure providers
12
2
{{- if .Values.infrastructure }}
13
3
{{- $infrastructures := split ";" .Values.infrastructure }}
77
67
{{- end }}
78
68
{{- end }}
79
69
{{- if $.Values.additionalDeployments }}
80
- additionalDeployments :
81
- {{- include "recursivePrinter" $.Values.additionalDeployments | indent 2 }}
70
+ additionalDeployments : {{ toYaml $.Values.additionalDeployments | nindent 4 }}
82
71
{{- end }}
83
72
{{- end }}
84
73
{{- end }}
You can’t perform that action at this time.
0 commit comments