Skip to content

Commit

Permalink
Merge pull request #80 from huiwq1990/bugfix-spell
Browse files Browse the repository at this point in the history
fix `internalstorage-password` spell error
  • Loading branch information
Iceber authored Sep 22, 2023
2 parents 3075468 + 04dfcd3 commit e627031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e627031

Please sign in to comment.