diff options
| author | yudrywet <166895665+yudrywet@users.noreply.github.com> | 2024-04-14 22:42:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 07:42:40 -0700 |
| commit | 8833745fbcb140bfb61710d600c713e1ce50bd6c (patch) | |
| tree | bed08a7ae1ba7059156ee8f94c67d8b0c628507f /k8s | |
| parent | 7a72677f98f1597b38651a1cfdef78fbc4d95b99 (diff) | |
| download | seaweedfs-8833745fbcb140bfb61710d600c713e1ce50bd6c.tar.xz seaweedfs-8833745fbcb140bfb61710d600c713e1ce50bd6c.zip | |
chore: fix some typos in comments (#5497)
Diffstat (limited to 'k8s')
| -rw-r--r-- | k8s/charts/seaweedfs/README.md | 4 | ||||
| -rw-r--r-- | k8s/charts/seaweedfs/values.yaml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/k8s/charts/seaweedfs/README.md b/k8s/charts/seaweedfs/README.md index c13d2058f..41707ba8f 100644 --- a/k8s/charts/seaweedfs/README.md +++ b/k8s/charts/seaweedfs/README.md @@ -32,7 +32,7 @@ so your deployment will be spread/HA. leveldb is the default database, this supports multiple filer replicas that will [sync automatically](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication), with some [limitations](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication#limitation). -When the [limitations](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication#limitation) apply, or for a large number of filer replicas, an external datastore is recommened. +When the [limitations](https://github.com/seaweedfs/seaweedfs/wiki/Filer-Store-Replication#limitation) apply, or for a large number of filer replicas, an external datastore is recommended. Such as MySQL-compatible database, as specified in the `values.yaml` at `filer.extraEnvironmentVars`. This database should be pre-configured and initialized by running: @@ -96,7 +96,7 @@ filer: enabled: true ``` -### Enabling Authenticaion to S3 +### Enabling Authentication to S3 To enable authentication for S3, you have two options: diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index 676d0ca6f..26009a28b 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/k8s/charts/seaweedfs/values.yaml @@ -77,7 +77,7 @@ master: config: |- # Enter any extra configuration for master.toml here. - # It may be be a multi-line string. + # It may be a multi-line string. # You may use ANY storage-class, example with local-path-provisioner # Annotations are optional. |
