Skip to content

Commit

Permalink
added missing failureDomain in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx committed Dec 7, 2023
1 parent bf36a35 commit 6474cce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/cluster-template-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ spec:
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: ${CONTROL_PLANE_ENDPOINT_PORT=6443}
failureDomains: []
prismCentral:
additionalTrustBundle:
kind: ConfigMap
Expand Down
1 change: 1 addition & 0 deletions templates/cluster-template-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ spec:
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: ${CONTROL_PLANE_ENDPOINT_PORT=6443}
failureDomains: []
prismCentral:
additionalTrustBundle:
kind: ConfigMap
Expand Down
1 change: 1 addition & 0 deletions templates/cluster-template-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ spec:
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: ${CONTROL_PLANE_ENDPOINT_PORT=6443}
failureDomains: []
prismCentral:
additionalTrustBundle:
kind: ConfigMap
Expand Down
1 change: 1 addition & 0 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ spec:
controlPlaneEndpoint:
host: ${CONTROL_PLANE_ENDPOINT_IP}
port: ${CONTROL_PLANE_ENDPOINT_PORT=6443}
failureDomains: []
prismCentral:
additionalTrustBundle:
kind: ConfigMap
Expand Down
1 change: 1 addition & 0 deletions templates/clusterclass/nutanix-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
spec:
template:
spec:
failureDomains: []
prismCentral:
address: "${NUTANIX_ENDPOINT}"
port: ${NUTANIX_PORT=9440}
Expand Down

0 comments on commit 6474cce

Please sign in to comment.