This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree 3 files changed +4
-4
lines changed
charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses
hack/examples/bases/nutanix
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,9 @@ spec:
154
154
- name: vip_arp
155
155
value: "true"
156
156
- name: address
157
- value: "${CONTROL_PLANE_ENDPOINT_IP} "
157
+ value: "control_plane_endpoint_ip "
158
158
- name: port
159
- value: "${CONTROL_PLANE_ENDPOINT_PORT=6443} "
159
+ value: "control_plane_endpoint_port "
160
160
- name: vip_cidr
161
161
value: "32"
162
162
- name: cp_enable
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
5
5
kind: Kustomization
6
6
7
7
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
9
9
10
10
sortOptions:
11
11
order: fifo
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
5
5
kind: Kustomization
6
6
7
7
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
9
9
10
10
configurations:
11
11
- kustomizeconfig.yaml
You can’t perform that action at this time.
0 commit comments