diff options
| author | chrislu <chris.lu@gmail.com> | 2024-10-22 02:17:13 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-10-22 02:17:13 -0700 |
| commit | 970059d4ce07f439a48429bee677881f097ac7b9 (patch) | |
| tree | a2891d9b5248eee5442774395f942f0ed715a0ed | |
| parent | d38456dc06d354d5c395519fb2f8185b2456a82e (diff) | |
| download | seaweedfs-970059d4ce07f439a48429bee677881f097ac7b9.tar.xz seaweedfs-970059d4ce07f439a48429bee677881f097ac7b9.zip | |
typo
| -rw-r--r-- | k8s/charts/seaweedfs/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index 36ed45bc1..a0c010b89 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/k8s/charts/seaweedfs/values.yaml @@ -716,7 +716,7 @@ filer: sub_filter '/seaweedfsstatic' './seaweedfsstatic'; sub_filter_once off; - # extraEnvVars is a list of extra enviroment variables to set with the stateful set. + # extraEnvVars is a list of extra environment variables to set with the stateful set. extraEnvironmentVars: WEED_MYSQL_ENABLED: "false" WEED_MYSQL_HOSTNAME: "mysql-db-host" |
