diff --git a/docs/en/component_specs/secret/common.md b/docs/en/component_specs/secret/common.md index e24e044700..43081de715 100644 --- a/docs/en/component_specs/secret/common.md +++ b/docs/en/component_specs/secret/common.md @@ -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": { "": { "metadata": { "": "", @@ -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" diff --git a/docs/zh/component_specs/secret/common.md b/docs/zh/component_specs/secret/common.md index c615f28111..66df5d6914 100644 --- a/docs/zh/component_specs/secret/common.md +++ b/docs/zh/component_specs/secret/common.md @@ -5,7 +5,7 @@ json配置文件有如下结构: ```json -"secretStores": { +"secret_store": { "": { "metadata": { "": "", @@ -16,7 +16,7 @@ json配置文件有如下结构: ``` 本地文件秘钥、本地环境变量、k8s秘钥的配置例子: ``` - "secretStores": { + "secret_store": { "local.file": { "metadata": { "secretsFile": "../../configs/config_secret_local_file.json"