From 4e62ab841f31a9f6e317a442e07df8112fba1a47 Mon Sep 17 00:00:00 2001 From: faiq Date: Tue, 23 Jul 2024 11:39:46 -0700 Subject: [PATCH] fix: set create secret to false --- .../addons/csi/nutanix/values-template.yaml | 1 + hack/addons/kustomize/csi/nutanix/manifests/values-template.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/cluster-api-runtime-extensions-nutanix/addons/csi/nutanix/values-template.yaml b/charts/cluster-api-runtime-extensions-nutanix/addons/csi/nutanix/values-template.yaml index d733620f2..64139a6f5 100644 --- a/charts/cluster-api-runtime-extensions-nutanix/addons/csi/nutanix/values-template.yaml +++ b/charts/cluster-api-runtime-extensions-nutanix/addons/csi/nutanix/values-template.yaml @@ -2,6 +2,7 @@ # The Secret containing the credentials will be created by the handler. createPrismCentralSecret: false pcSecretName: nutanix-csi-credentials +createSecret: false tolerations: - key: CriticalAddonsOnly diff --git a/hack/addons/kustomize/csi/nutanix/manifests/values-template.yaml b/hack/addons/kustomize/csi/nutanix/manifests/values-template.yaml index d733620f2..64139a6f5 100644 --- a/hack/addons/kustomize/csi/nutanix/manifests/values-template.yaml +++ b/hack/addons/kustomize/csi/nutanix/manifests/values-template.yaml @@ -2,6 +2,7 @@ # The Secret containing the credentials will be created by the handler. createPrismCentralSecret: false pcSecretName: nutanix-csi-credentials +createSecret: false tolerations: - key: CriticalAddonsOnly