Skip to content

Commit 2f6979e

Browse files
committed
fix: set create secret to false
1 parent 335a48d commit 2f6979e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/csi/nutanix/values-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# The Secret containing the credentials will be created by the handler.
33
createPrismCentralSecret: false
44
pcSecretName: nutanix-csi-credentials
5+
createSecret: false
56

67
tolerations:
78
- key: CriticalAddonsOnly

hack/addons/kustomize/csi/nutanix/manifests/values-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# The Secret containing the credentials will be created by the handler.
33
createPrismCentralSecret: false
44
pcSecretName: nutanix-csi-credentials
5+
createSecret: false
56

67
tolerations:
78
- key: CriticalAddonsOnly

0 commit comments

Comments
 (0)