File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3535{{- if $.Values.secretNamespace }}
3636 secretNamespace : {{ $.Values.secretNamespace }}
3737{{- end }}
38+ {{- if $addon.manifestPatches }}
39+ manifestPatches : {{ toYaml $addon.manifestPatches | nindent 4 }}
40+ {{- end }}
3841{{- end }} {{/* range $addon := .Values.addon */}}
3942{{- end }} {{/* if .Values.addon */}}
Original file line number Diff line number Diff line change 3434 namespace : {{ $.Values.configSecret.namespace }}
3535 {{- end }}
3636{{- end }}
37+ {{- if $bootstrap.manifestPatches }}
38+ manifestPatches : {{ toYaml $bootstrap.manifestPatches | nindent 4 }}
39+ {{- end }}
3740{{- end }} {{/* range $bootstrap := .Values.bootstrap */}}
3841{{- end }} {{/* if .Values.bootstrap */}}
Original file line number Diff line number Diff line change 3434 namespace : {{ $.Values.configSecret.namespace }}
3535 {{- end }}
3636{{- end }}
37+ {{- if $controlPlane.manifestPatches }}
38+ manifestPatches : {{ toYaml $controlPlane.manifestPatches | nindent 4 }}
39+ {{- end }}
3740{{- end }} {{/* range $controlPlane := .Values.controlPlane */}}
3841{{- end }} {{/* if .Values.controlPlane */}}
Original file line number Diff line number Diff line change 4343 namespace : {{ $.Values.configSecret.namespace }}
4444 {{- end }}
4545{{- end }}
46+ {{- if .Values.core.manifestPatches }}
47+ manifestPatches : {{ toYaml .Values.core.manifestPatches | nindent 4 }}
48+ {{- end }}
4649{{- end }} {{/* if .Values.core */}}
Original file line number Diff line number Diff line change 5252{{- if $.Values.additionalDeployments }}
5353 additionalDeployments : {{ toYaml $.Values.additionalDeployments | nindent 4 }}
5454{{- end }}
55+ {{- if $infra.manifestPatches }}
56+ manifestPatches : {{- toYaml $infra.manifestPatches | nindent 4 }}
57+ {{- end }} {{/* if $infra.manifestPatches */}}
5558{{- end }} {{/* range $infra := .Values.infrastructure */}}
5659{{- end }} {{/* if .Values.infrastructure */}}
You can’t perform that action at this time.
0 commit comments