helm: name both replication keys in the enableReplication comment (#11103)

The comment said enableReplication overrides "master & filer
defaultReplicaPlacement", but the two components take different keys:
master.defaultReplication and filer.defaultReplicaPlacement.

Claude-Session: https://claude.ai/code/session_014Yr1Asxq3qTjJo2r9G4cLX
This commit is contained in:
Chris Lu
2026-09-02 13:42:06 -07:00
committed by GitHub
parent 96242a2be2
commit 1d335357d6
+1 -1
View File
@@ -55,7 +55,7 @@ global:
gatewayHost: null gatewayHost: null
gatewayPort: null gatewayPort: null
additionalLabels: {} additionalLabels: {}
# if enabled will use global.seaweedfs.replicationPlacement and override master & filer defaultReplicaPlacement config # if enabled will use global.seaweedfs.replicationPlacement and override master.defaultReplication & filer.defaultReplicaPlacement config
enableReplication: false enableReplication: false
# replication type is XYZ: # replication type is XYZ:
# X number of replica in other data centers # X number of replica in other data centers