Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 1a93274

Browse files
dkoshkinjimmidyson
authored andcommitted
fix: Nutanix examples (#19)
* fix: update latest template * build: pin commit for nutanix examples
1 parent 0de86e9 commit 1a93274

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses/nutanix-cluster-class.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ spec:
154154
- name: vip_arp
155155
value: "true"
156156
- name: address
157-
value: "${CONTROL_PLANE_ENDPOINT_IP}"
157+
value: "control_plane_endpoint_ip"
158158
- name: port
159-
value: "${CONTROL_PLANE_ENDPOINT_PORT=6443}"
159+
value: "control_plane_endpoint_port"
160160
- name: vip_cidr
161161
value: "32"
162162
- name: cp_enable

hack/examples/bases/nutanix/cluster/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
55
kind: Kustomization
66

77
resources:
8-
- https://raw.githubusercontent.com/nutanix-cloud-native/cluster-api-provider-nutanix/main/templates/cluster-template-topology.yaml
8+
- https://raw.githubusercontent.com/nutanix-cloud-native/cluster-api-provider-nutanix/51aa55fe8b194a261bc3cc4e6d24f5d430ec055a/templates/cluster-template-topology.yaml
99

1010
sortOptions:
1111
order: fifo

hack/examples/bases/nutanix/clusterclass/kustomization.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
55
kind: Kustomization
66

77
resources:
8-
- https://raw.githubusercontent.com/nutanix-cloud-native/cluster-api-provider-nutanix/main/templates/cluster-template-clusterclass.yaml
8+
- https://raw.githubusercontent.com/nutanix-cloud-native/cluster-api-provider-nutanix/51aa55fe8b194a261bc3cc4e6d24f5d430ec055a/templates/cluster-template-clusterclass.yaml
99

1010
configurations:
1111
- kustomizeconfig.yaml

0 commit comments

Comments
 (0)