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.
2 parents e25be4d + 1fcd8ba commit c9ce683Copy full SHA for c9ce683
hack/charts/cluster-api-operator/templates/ipam.yaml
@@ -45,6 +45,16 @@ spec:
45
{{- end }}
46
47
48
+{{- if and (kindIs "map" $.Values.fetchConfig) (hasKey $.Values.fetchConfig $ipamName) }}
49
+{{- range $key, $value := $.Values.fetchConfig }}
50
+ {{- if eq $key $ipamName }}
51
+ fetchConfig:
52
+ {{- range $k, $v := $value }}
53
+ {{ $k }}: {{ $v }}
54
+ {{- end }}
55
56
+{{- end }}
57
58
{{- if $.Values.configSecret.name }}
59
configSecret:
60
name: {{ $.Values.configSecret.name }}
0 commit comments