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 <mark@glines.org>
This commit is contained in:
Mark Glines 2024-08-17 06:32:25 -04:00 committed by mergify[bot]
parent 0eabe32b76
commit 2c0e65b828

View File

@ -304,9 +304,9 @@ topology:
# for CSI nodeplugins to advertise their domains # for CSI nodeplugins to advertise their domains
# NOTE: the value here serves as an example and needs to be # NOTE: the value here serves as an example and needs to be
# updated with node labels that define domains of interest # updated with node labels that define domains of interest
domainLabels: domainLabels: []
- failure-domain/region # - topology.kubernetes.io/region
- failure-domain/zone # - topology.kubernetes.io/zone
# readAffinity: # readAffinity:
# Enable read affinity for RBD volumes. Recommended to # Enable read affinity for RBD volumes. Recommended to