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 f4cb5ee commit 01a947dCopy full SHA for 01a947d
hack/charts/cluster-api-operator/templates/infra-conditions.yaml
@@ -54,8 +54,8 @@ metadata:
54
{{- with .Values.configSecret }}
55
spec:
56
{{- if $.Values.manager }}
57
- manager:
58
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.kubeadm }}
+ manager:
59
featureGates:
60
{{- range $key, $value := $.Values.manager.featureGates.kubeadm }}
61
{{ $key }}: {{ $value }}
0 commit comments