From 6474cce30641c3870570b94956c26b0ce45b4c8d Mon Sep 17 00:00:00 2001 From: deepakm-ntnx Date: Thu, 7 Dec 2023 15:21:43 -0800 Subject: [PATCH] added missing failureDomain in the template --- templates/cluster-template-ccm.yaml | 1 + templates/cluster-template-clusterclass.yaml | 1 + templates/cluster-template-csi.yaml | 1 + templates/cluster-template.yaml | 1 + templates/clusterclass/nutanix-clusterclass.yaml | 1 + 5 files changed, 5 insertions(+) diff --git a/templates/cluster-template-ccm.yaml b/templates/cluster-template-ccm.yaml index b3d4e26bd5..d9c193ef42 100644 --- a/templates/cluster-template-ccm.yaml +++ b/templates/cluster-template-ccm.yaml @@ -510,6 +510,7 @@ spec: controlPlaneEndpoint: host: ${CONTROL_PLANE_ENDPOINT_IP} port: ${CONTROL_PLANE_ENDPOINT_PORT=6443} + failureDomains: [] prismCentral: additionalTrustBundle: kind: ConfigMap diff --git a/templates/cluster-template-clusterclass.yaml b/templates/cluster-template-clusterclass.yaml index e18f12d52d..5987cc7836 100644 --- a/templates/cluster-template-clusterclass.yaml +++ b/templates/cluster-template-clusterclass.yaml @@ -264,6 +264,7 @@ spec: controlPlaneEndpoint: host: ${CONTROL_PLANE_ENDPOINT_IP} port: ${CONTROL_PLANE_ENDPOINT_PORT=6443} + failureDomains: [] prismCentral: additionalTrustBundle: kind: ConfigMap diff --git a/templates/cluster-template-csi.yaml b/templates/cluster-template-csi.yaml index 3cd034a9c0..2ed5a74916 100644 --- a/templates/cluster-template-csi.yaml +++ b/templates/cluster-template-csi.yaml @@ -1590,6 +1590,7 @@ spec: controlPlaneEndpoint: host: ${CONTROL_PLANE_ENDPOINT_IP} port: ${CONTROL_PLANE_ENDPOINT_PORT=6443} + failureDomains: [] prismCentral: additionalTrustBundle: kind: ConfigMap diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index c4815008b6..37f7db9225 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -257,6 +257,7 @@ spec: controlPlaneEndpoint: host: ${CONTROL_PLANE_ENDPOINT_IP} port: ${CONTROL_PLANE_ENDPOINT_PORT=6443} + failureDomains: [] prismCentral: additionalTrustBundle: kind: ConfigMap diff --git a/templates/clusterclass/nutanix-clusterclass.yaml b/templates/clusterclass/nutanix-clusterclass.yaml index cc2468b2ce..bf634dfede 100644 --- a/templates/clusterclass/nutanix-clusterclass.yaml +++ b/templates/clusterclass/nutanix-clusterclass.yaml @@ -6,6 +6,7 @@ metadata: spec: template: spec: + failureDomains: [] prismCentral: address: "${NUTANIX_ENDPOINT}" port: ${NUTANIX_PORT=9440}