File tree Expand file tree Collapse file tree 8 files changed +6
-17
lines changed
hack/charts/cluster-api-operator/templates Expand file tree Collapse file tree 8 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 4545 version : {{ $coreVersion }}
4646{{- end }}
4747{{- if $.Values.manager }}
48- manager :
4948{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.core }}
49+ manager :
5050 featureGates :
5151 {{- range $key, $value := $.Values.manager.featureGates.core }}
5252 {{ $key }}: {{ $value }}
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ metadata:
5454{{- with .Values.configSecret }}
5555spec :
5656{{- if $.Values.manager }}
57- manager :
5857{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.kubeadm }}
58+ manager :
5959 featureGates :
6060 {{- range $key, $value := $.Values.manager.featureGates.kubeadm }}
6161 {{ $key }}: {{ $value }}
Original file line number Diff line number Diff line change 4747 version : {{ $infrastructureVersion }}
4848{{- end }}
4949{{- if $.Values.manager }}
50- manager :
5150{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $infrastructureName) }}
51+ manager :
5252{{- range $key, $value := $.Values.manager.featureGates }}
5353 {{- if eq $key $infrastructureName }}
5454 featureGates :
Original file line number Diff line number Diff line change 4747 version : {{ $ipamVersion }}
4848{{- end }}
4949{{- if $.Values.manager }}
50- manager :
5150{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $ipamName) }}
51+ manager :
5252{{- range $key, $value := $.Values.manager.featureGates }}
5353 {{- if eq $key $ipamName }}
5454 featureGates :
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ metadata:
9595 " helm.sh/hook-weight " : " 2"
9696 " argocd.argoproj.io/sync-wave " : " 2"
9797spec :
98- manager :
9998 configSecret :
10099 name : test-secret-name
101100 namespace : test-secret-namespace
@@ -111,7 +110,6 @@ metadata:
111110 " helm.sh/hook-weight " : " 2"
112111 " argocd.argoproj.io/sync-wave " : " 2"
113112spec :
114- manager :
115113 configSecret :
116114 name : test-secret-name
117115 namespace : test-secret-namespace
@@ -127,7 +125,6 @@ metadata:
127125 " helm.sh/hook-weight " : " 2"
128126 " argocd.argoproj.io/sync-wave " : " 2"
129127spec :
130- manager :
131128 configSecret :
132129 name : test-secret-name
133130 namespace : test-secret-namespace
@@ -143,7 +140,6 @@ metadata:
143140 " helm.sh/hook-weight " : " 2"
144141 " argocd.argoproj.io/sync-wave " : " 2"
145142spec :
146- manager :
147143 configSecret :
148144 name : test-secret-name
149145 namespace : test-secret-namespace
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ metadata:
9595 " helm.sh/hook-weight " : " 2"
9696 " argocd.argoproj.io/sync-wave " : " 2"
9797spec :
98- manager :
9998 configSecret :
10099 name : aws-variables
101100 namespace : default
@@ -131,7 +130,6 @@ metadata:
131130 " helm.sh/hook-weight " : " 2"
132131 " argocd.argoproj.io/sync-wave " : " 2"
133132spec :
134- manager :
135133 configSecret :
136134 name : aws-variables
137135 namespace : default
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ metadata:
103103 " helm.sh/hook-weight " : " 2"
104104 " argocd.argoproj.io/sync-wave " : " 2"
105105spec :
106- manager :
107106---
108107# Source: cluster-api-operator/templates/ipam.yaml
109108apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -116,7 +115,6 @@ metadata:
116115 " helm.sh/hook-weight " : " 2"
117116 " argocd.argoproj.io/sync-wave " : " 2"
118117spec :
119- manager :
120118---
121119# Source: cluster-api-operator/templates/infra.yaml
122120apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -128,5 +126,4 @@ metadata:
128126 " helm.sh/hook " : " post-install,post-upgrade"
129127 " helm.sh/hook-weight " : " 2"
130128 " argocd.argoproj.io/sync-wave " : " 2"
131- spec :
132- manager:
129+ spec:
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ metadata:
115115 " helm.sh/hook-weight " : " 2"
116116 " argocd.argoproj.io/sync-wave " : " 2"
117117spec :
118- manager :
119118---
120119# Source: cluster-api-operator/templates/infra.yaml
121120apiVersion : operator.cluster.x-k8s.io/v1alpha2
@@ -127,5 +126,4 @@ metadata:
127126 " helm.sh/hook " : " post-install,post-upgrade"
128127 " helm.sh/hook-weight " : " 2"
129128 " argocd.argoproj.io/sync-wave " : " 2"
130- spec :
131- manager:
129+ spec:
You can’t perform that action at this time.
0 commit comments