Skip to content

Commit

Permalink
helm: don't specify default topology domainlabels in rbd chart
Browse files Browse the repository at this point in the history
Remove the bad default, add commented-out standard labels as a suggestion.

Fixes: #4775
Signed-off-by: Mark Glines <mark@glines.org>
  • Loading branch information
Infinoid committed Aug 17, 2024
1 parent 0eabe32 commit d5b0400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/ceph-csi-rbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5b0400

Please sign in to comment.