From 04dfcd3fcf670409fa4d153c17035a588f6c91fb Mon Sep 17 00:00:00 2001 From: huiwq1990 Date: Tue, 12 Sep 2023 11:18:03 +0800 Subject: [PATCH] fix `internalstorage-password` spell error Signed-off-by: huiwq1990 --- .../installation/configuration/configure-internalstorage.md | 2 +- .../installation/configurate/configurate-internalstorage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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