From 2c0e65b828198166af4d19dce596a557723e5443 Mon Sep 17 00:00:00 2001 From: Mark Glines Date: Sat, 17 Aug 2024 06:32:25 -0400 Subject: [PATCH] helm: don't specify default topology domainlabels in rbd chart Remove the bad default, add commented-out standard labels as a suggestion. Fixes: #4775 Signed-off-by: Mark Glines --- charts/ceph-csi-rbd/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ceph-csi-rbd/values.yaml b/charts/ceph-csi-rbd/values.yaml index 4ec49deee..88bad96dd 100644 --- a/charts/ceph-csi-rbd/values.yaml +++ b/charts/ceph-csi-rbd/values.yaml @@ -304,9 +304,9 @@ topology: # for CSI nodeplugins to advertise their domains # NOTE: the value here serves as an example and needs to be # updated with node labels that define domains of interest - domainLabels: - - failure-domain/region - - failure-domain/zone + domainLabels: [] + # - topology.kubernetes.io/region + # - topology.kubernetes.io/zone # readAffinity: # Enable read affinity for RBD volumes. Recommended to