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 }}
111# Infrastructure providers
122{{- if .Values.infrastructure }}
133{{- $infrastructures := split ";" .Values.infrastructure }}
7767 {{- end }}
7868{{- end }}
7969{{- if $.Values.additionalDeployments }}
80- additionalDeployments :
81- {{- include "recursivePrinter" $.Values.additionalDeployments | indent 2 }}
70+ additionalDeployments : {{ toYaml $.Values.additionalDeployments | nindent 4 }}
8271{{- end }}
8372{{- end }}
8473{{- end }}
You can’t perform that action at this time.
0 commit comments