From 0c4f5adcd7764b74bb2dc7fa5cb0075b4bae59ac Mon Sep 17 00:00:00 2001 From: Praveen M Date: Sat, 8 Jun 2024 12:16:27 +0530 Subject: [PATCH] helm: set feature-gate topology to false This commit set feature-fate Topology to false as it is now enabled by default[1]. [1]: https://github.com/kubernetes-csi/external-provisioner/pull/1167 Signed-off-by: Praveen M --- charts/ceph-csi-cephfs/templates/provisioner-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/ceph-csi-cephfs/templates/provisioner-deployment.yaml b/charts/ceph-csi-cephfs/templates/provisioner-deployment.yaml index 685e39b66a3f..98b92f940b5d 100644 --- a/charts/ceph-csi-cephfs/templates/provisioner-deployment.yaml +++ b/charts/ceph-csi-cephfs/templates/provisioner-deployment.yaml @@ -128,6 +128,7 @@ spec: - "--retry-interval-start=500ms" - "--extra-create-metadata=true" - "--feature-gates=HonorPVReclaimPolicy=true" + - "--feature-gates=Topology=false" - "--prevent-volume-mode-conversion=true" {{- range .Values.provisioner.provisioner.extraArgs }} - "--{{ . }}"