Skip to content

Commit a4012c1

Browse files
committed
fix: Add strategy to Nutanix CCM addon in examples
Missed in previous PR when this ws refactored for AWS CCM. This was not found in the PR checks because we still do not have CI running on Nutanix infrastructure - but that is coming soon!
1 parent 7d47b49 commit a4012c1

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

examples/capi-quick-start/nutanix-cluster-calico-crs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ spec:
6767
credentials:
6868
secretRef:
6969
name: ${CLUSTER_NAME}-pc-creds
70+
strategy: HelmAddon
7071
clusterAutoscaler:
7172
strategy: ClusterResourceSet
7273
cni:

examples/capi-quick-start/nutanix-cluster-calico-helm-addon.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ spec:
6767
credentials:
6868
secretRef:
6969
name: ${CLUSTER_NAME}-pc-creds
70+
strategy: HelmAddon
7071
clusterAutoscaler:
7172
strategy: HelmAddon
7273
cni:

examples/capi-quick-start/nutanix-cluster-cilium-crs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ spec:
6767
credentials:
6868
secretRef:
6969
name: ${CLUSTER_NAME}-pc-creds
70+
strategy: HelmAddon
7071
clusterAutoscaler:
7172
strategy: ClusterResourceSet
7273
cni:

examples/capi-quick-start/nutanix-cluster-cilium-helm-addon.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ spec:
6767
credentials:
6868
secretRef:
6969
name: ${CLUSTER_NAME}-pc-creds
70+
strategy: HelmAddon
7071
clusterAutoscaler:
7172
strategy: HelmAddon
7273
cni:

hack/examples/patches/nutanix/ccm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
credentials:
88
secretRef:
99
name: ${CLUSTER_NAME}-pc-creds
10+
strategy: HelmAddon

0 commit comments

Comments
 (0)