diff --git a/content/en/docs/installation/configuration/configure-internalstorage.md b/content/en/docs/installation/configuration/configure-internalstorage.md index b0b971a6..0552537a 100644 --- a/content/en/docs/installation/configuration/configure-internalstorage.md +++ b/content/en/docs/installation/configuration/configure-internalstorage.md @@ -91,7 +91,7 @@ database: "clusterpedia" The default storage layer also provides more configurations about MySQL and PostgreSQL. Refer to [internalstorage/config.go](https://github.com/clusterpedia-io/clusterpedia/blob/main/pkg/storage/internalstorage/config.go). ## Configure Secret -The yaml file that is used to install Clusterpedia may get the password from `internalstroage-password` Secret. +The yaml file that is used to install Clusterpedia may get the password from `internalstorage-password` Secret. Configure the storage component password to Secret ```bash diff --git a/content/zh/docs/installation/configurate/configurate-internalstorage.md b/content/zh/docs/installation/configurate/configurate-internalstorage.md index 460163ea..30027796 100644 --- a/content/zh/docs/installation/configurate/configurate-internalstorage.md +++ b/content/zh/docs/installation/configurate/configurate-internalstorage.md @@ -92,7 +92,7 @@ database: "clusterpedia" 默认存储层还提供了有关 MySQL 和 PostgreSQL 的更多配置,可以参考 [internalstorage/config.go](https://github.com/clusterpedia-io/clusterpedia/blob/main/pkg/storage/internalstorage/config.go) ## 配置存储组件密码 Secret -Clusterpedia 的安装 yaml 会从 `internalstroage-password` 的 Secret 中获取密码。 +Clusterpedia 的安装 yaml 会从 `internalstorage-password` 的 Secret 中获取密码。 将存储组件的密码配置到 Secret 中 ```bash