From 1d335357d67c070b75f11aa5c9adcbef4c80691a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 2 Sep 2026 13:42:06 -0700 Subject: [PATCH] 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 --- k8s/charts/seaweedfs/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index 6bae8df66..a9c75b7a4 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/k8s/charts/seaweedfs/values.yaml @@ -55,7 +55,7 @@ global: gatewayHost: null gatewayPort: null 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 # replication type is XYZ: # X number of replica in other data centers