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

Commit

Permalink
fixup! refactor: combine PC host and port into a single url var
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Apr 9, 2024
1 parent 78cbd5f commit e52fa52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions examples/capi-quick-start/nutanix-cluster-calico-crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,8 @@ spec:
prismCentralEndpoint:
credentials:
name: ${CLUSTER_NAME}-pc-creds
host: ${NUTANIX_ENDPOINT}
insecure: ${NUTANIX_INSECURE}
port: 9440
url: https://${NUTANIX_ENDPOINT}:9440
- name: workerConfig
value:
nutanix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,8 @@ spec:
prismCentralEndpoint:
credentials:
name: ${CLUSTER_NAME}-pc-creds
host: ${NUTANIX_ENDPOINT}
insecure: ${NUTANIX_INSECURE}
port: 9440
url: https://${NUTANIX_ENDPOINT}:9440
- name: workerConfig
value:
nutanix:
Expand Down
3 changes: 1 addition & 2 deletions examples/capi-quick-start/nutanix-cluster-cilium-crs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,8 @@ spec:
prismCentralEndpoint:
credentials:
name: ${CLUSTER_NAME}-pc-creds
host: ${NUTANIX_ENDPOINT}
insecure: ${NUTANIX_INSECURE}
port: 9440
url: https://${NUTANIX_ENDPOINT}:9440
- name: workerConfig
value:
nutanix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,8 @@ spec:
prismCentralEndpoint:
credentials:
name: ${CLUSTER_NAME}-pc-creds
host: ${NUTANIX_ENDPOINT}
insecure: ${NUTANIX_INSECURE}
port: 9440
url: https://${NUTANIX_ENDPOINT}:9440
- name: workerConfig
value:
nutanix:
Expand Down
3 changes: 1 addition & 2 deletions hack/examples/patches/nutanix/initialize-variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: 6443
prismCentralEndpoint:
host: ${NUTANIX_ENDPOINT}
url: https://${NUTANIX_ENDPOINT}:9440
insecure: ${NUTANIX_INSECURE}
port: 9440
credentials:
name: ${CLUSTER_NAME}-pc-creds
- op: "add"
Expand Down

0 comments on commit e52fa52

Please sign in to comment.