diff options
| author | Max Roby <max@lil-mac.lan> | 2023-11-24 10:20:05 +0100 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-11-24 06:40:19 -0800 |
| commit | d33de9f4db005cc037f033705d28fa7b6be4b65f (patch) | |
| tree | b8f7e7d760cf3c7597cb509825f08ddf57d3d48f | |
| parent | aac2cd23c7ea66e846c0f77633afa1c38a39c90c (diff) | |
| download | seaweedfs-d33de9f4db005cc037f033705d28fa7b6be4b65f.tar.xz seaweedfs-d33de9f4db005cc037f033705d28fa7b6be4b65f.zip | |
remove trailing spaces
| -rw-r--r-- | k8s/charts/seaweedfs/values.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index 04360837b..eb035c53c 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/k8s/charts/seaweedfs/values.yaml @@ -30,7 +30,7 @@ global: # Z number of replica in other servers in the same rack replicationPlacment: "001" extraEnvironmentVars: - WEED_CLUSTER_DEFAULT: "sw" + WEED_CLUSTER_DEFAULT: "config" WEED_CLUSTER_SW_MASTER: "seaweedfs-master.seaweedfs:9333" WEED_CLUSTER_SW_FILER: "seaweedfs-filer-client.seaweedfs:8888" @@ -570,20 +570,19 @@ filer: # Suffix of the host name, {bucket}.{domainName} domainName: "" # enable user & permission to s3 (need to inject to all services) - enableAuth: false + enableAuth: true skipAuthSecretCreation: false # set to the name of an existing kubernetes Secret with the s3 json config file # should have a secret key called seaweedfs_s3_config with an inline json configure - existingConfigSecret: "" + existingConfigSecret: false auditLogConfig: {} # You may specify buckets to be created during the install process. # Buckets may be exposed publicly by setting `anonymousRead` to `true` - # createBuckets: + # createBuckets: # - name: bucket-a # anonymousRead: true # - name: bucket-b # anonymousRead: false - s3: enabled: false @@ -605,7 +604,7 @@ s3: skipAuthSecretCreation: false # set to the name of an existing kubernetes Secret with the s3 json config file # should have a secret key called seaweedfs_s3_config with an inline json config - existingConfigSecret: "" + existingConfigSecret: false auditLogConfig: {} # Suffix of the host name, {bucket}.{domainName} |
