We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2164f0a commit 7fdc931Copy full SHA for 7fdc931
1 file changed
hack/charts/cluster-api-operator/templates/infra.yaml
@@ -74,6 +74,9 @@ spec:
74
{{- if $infra.manifestPatches }}
75
manifestPatches: {{- toYaml $infra.manifestPatches | nindent 4 }}
76
{{- end }} {{/* if $infra.manifestPatches */}}
77
+{{- if $infra.patches }}
78
+ patches: {{ toYaml $infra.patches | nindent 4 }}
79
+{{- end }} {{/* if $infra.patches */}}
80
{{- if $infra.fetchConfig }}
81
fetchConfig: {{ toYaml $infra.fetchConfig | nindent 4 }}
82
{{- end }}
0 commit comments