Skip to content

Commit

Permalink
docs(secret): secretStores -> secret_store (#578)
Browse files Browse the repository at this point in the history
Signed-off-by: seeflood <[email protected]>
  • Loading branch information
seeflood authored May 19, 2022
1 parent b6466c2 commit c65d7a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/component_specs/secret/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This component can access secrets from local files, environment variables, k8s,

The json configuration file has the following structure:
```json
"secretStores": {
"secret_store": {
"<STORE NAME>": {
"metadata": {
"<KEY>": "<VALUE>",
Expand All @@ -15,7 +15,7 @@ The json configuration file has the following structure:
```
Configuration examples of local file keys, local environment variables, and k8s keys:
```
"secretStores": {
"secret_store": {
"local.file": {
"metadata": {
"secretsFile": "../../configs/config_secret_local_file.json"
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/component_specs/secret/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

json配置文件有如下结构:
```json
"secretStores": {
"secret_store": {
"<STORE NAME>": {
"metadata": {
"<KEY>": "<VALUE>",
Expand All @@ -16,7 +16,7 @@ json配置文件有如下结构:
```
本地文件秘钥、本地环境变量、k8s秘钥的配置例子:
```
"secretStores": {
"secret_store": {
"local.file": {
"metadata": {
"secretsFile": "../../configs/config_secret_local_file.json"
Expand Down

0 comments on commit c65d7a4

Please sign in to comment.