Browse Source

remove trailing spaces

pull/5049/head
Max Roby 1 year ago
committed by Chris Lu
parent
commit
d33de9f4db
  1. 11
      k8s/charts/seaweedfs/values.yaml

11
k8s/charts/seaweedfs/values.yaml

@ -30,7 +30,7 @@ global:
# Z number of replica in other servers in the same rack # Z number of replica in other servers in the same rack
replicationPlacment: "001" replicationPlacment: "001"
extraEnvironmentVars: extraEnvironmentVars:
WEED_CLUSTER_DEFAULT: "sw"
WEED_CLUSTER_DEFAULT: "config"
WEED_CLUSTER_SW_MASTER: "seaweedfs-master.seaweedfs:9333" WEED_CLUSTER_SW_MASTER: "seaweedfs-master.seaweedfs:9333"
WEED_CLUSTER_SW_FILER: "seaweedfs-filer-client.seaweedfs:8888" WEED_CLUSTER_SW_FILER: "seaweedfs-filer-client.seaweedfs:8888"
@ -570,20 +570,19 @@ filer:
# Suffix of the host name, {bucket}.{domainName} # Suffix of the host name, {bucket}.{domainName}
domainName: "" domainName: ""
# enable user & permission to s3 (need to inject to all services) # enable user & permission to s3 (need to inject to all services)
enableAuth: false
enableAuth: true
skipAuthSecretCreation: false skipAuthSecretCreation: false
# set to the name of an existing kubernetes Secret with the s3 json config file # 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 # should have a secret key called seaweedfs_s3_config with an inline json configure
existingConfigSecret: ""
existingConfigSecret: false
auditLogConfig: {} auditLogConfig: {}
# You may specify buckets to be created during the install process. # You may specify buckets to be created during the install process.
# Buckets may be exposed publicly by setting `anonymousRead` to `true` # Buckets may be exposed publicly by setting `anonymousRead` to `true`
# createBuckets:
# createBuckets:
# - name: bucket-a # - name: bucket-a
# anonymousRead: true # anonymousRead: true
# - name: bucket-b # - name: bucket-b
# anonymousRead: false # anonymousRead: false
s3: s3:
enabled: false enabled: false
@ -605,7 +604,7 @@ s3:
skipAuthSecretCreation: false skipAuthSecretCreation: false
# set to the name of an existing kubernetes Secret with the s3 json config file # 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 # should have a secret key called seaweedfs_s3_config with an inline json config
existingConfigSecret: ""
existingConfigSecret: false
auditLogConfig: {} auditLogConfig: {}
# Suffix of the host name, {bucket}.{domainName} # Suffix of the host name, {bucket}.{domainName}

Loading…
Cancel
Save