File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5252{{- if $.Values.secretNamespace }}
5353 secretNamespace : {{ $.Values.secretNamespace }}
5454{{- end }}
55- {{- end }}
56- {{- end }}
55+ {{- end }} {{/* range $addon := $addons */}}
56+ {{- end }} {{/* if .Values.addon */}}
Original file line number Diff line number Diff line change 5151 namespace : {{ $.Values.configSecret.namespace }}
5252 {{- end }}
5353{{- end }}
54- {{- end }}
55- {{- end }}
54+ {{- end }} {{/* range $bootstrap := $bootstraps */}}
55+ {{- end }} {{/* if .Values.bootstrap */}}
Original file line number Diff line number Diff line change 5151 namespace : {{ $.Values.configSecret.namespace }}
5252 {{- end }}
5353{{- end }}
54- {{- end }}
55- {{- end }}
54+ {{- end }} {{/* range $controlPlane := $controlPlanes */}}
55+ {{- end }} {{/* if .Values.controlPlane */}}
Original file line number Diff line number Diff line change 6060 namespace : {{ $.Values.configSecret.namespace }}
6161 {{- end }}
6262{{- end }}
63- {{- end }}
63+ {{- end }} {{/* if .Values.core */}}
Original file line number Diff line number Diff line change 6969{{- if $.Values.additionalDeployments }}
7070 additionalDeployments : {{ toYaml $.Values.additionalDeployments | nindent 4 }}
7171{{- end }}
72- {{- end }}
73- {{- end }}
72+ {{- end }} {{/* range $infrastructure := $infrastructures */}}
73+ {{- end }} {{/* if .Values.infrastructure */}}
You can’t perform that action at this time.
0 commit comments