File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 34
34
{{- if $.Values.secretNamespace }}
35
35
secretNamespace : {{ $.Values.secretNamespace }}
36
36
{{- end }}
37
+ {{- if $addon.manifestPatches }}
38
+ manifestPatches : {{ toYaml $addon.manifestPatches | nindent 4 }}
39
+ {{- end }}
37
40
{{- end }} {{/* range $name, $addon := .Values.addon */}}
Original file line number Diff line number Diff line change 33
33
namespace : {{ $.Values.configSecret.namespace }}
34
34
{{- end }}
35
35
{{- end }}
36
+ {{- if $bootstrap.manifestPatches }}
37
+ manifestPatches : {{ toYaml $bootstrap.manifestPatches | nindent 4 }}
38
+ {{- end }}
36
39
{{- end }} {{/* range $name, $bootstrap := .Values.bootstrap */}}
Original file line number Diff line number Diff line change 46
46
namespace : {{ $.Values.configSecret.namespace }}
47
47
{{- end }}
48
48
{{- end }}
49
+ {{- if $controlPlane.manifestPatches }}
50
+ manifestPatches : {{ toYaml $controlPlane.manifestPatches | nindent 4 }}
51
+ {{- end }}
49
52
{{- end }} {{/* range $name, $controlPlane := .Values.controlPlane */}}
Original file line number Diff line number Diff line change 43
43
namespace : {{ $.Values.configSecret.namespace }}
44
44
{{- end }}
45
45
{{- end }}
46
+ {{- if $core.manifestPatches }}
47
+ manifestPatches : {{ toYaml $core.manifestPatches | nindent 4 }}
48
+ {{- end }}
46
49
{{- end }} {{/* range $name, $core := .Values.core */}}
Original file line number Diff line number Diff line change 61
61
{{- if $.Values.additionalDeployments }}
62
62
additionalDeployments : {{ toYaml $.Values.additionalDeployments | nindent 4 }}
63
63
{{- end }}
64
+ {{- if $infra.manifestPatches }}
65
+ manifestPatches : {{- toYaml $infra.manifestPatches | nindent 4 }}
66
+ {{- end }}
64
67
{{- end }} {{/* range $name, $infra := .Values.infrastructure */}}
Original file line number Diff line number Diff line change 48
48
namespace : {{ $.Values.configSecret.namespace }}
49
49
{{- end }}
50
50
{{- end }}
51
+ {{- if $ipam.manifestPatches }}
52
+ manifestPatches : {{ toYaml $ipam.manifestPatches | nindent 4 }}
53
+ {{- end }}
51
54
{{- if $.Values.additionalDeployments }}
52
55
additionalDeployments : {{ toYaml $.Values.additionalDeployments | nindent 4 }}
53
56
{{- end }}
You can’t perform that action at this time.
0 commit comments