From 98a325574418def79d107b8446d6fb97d4e5b81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=88=90?= <1076366950@qq.com> Date: Mon, 30 Aug 2021 10:25:44 +0800 Subject: [PATCH] fix err for the docs of envbinding (#213) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 李成(rapid.li) --- .../version-v1.1/end-user/policies/envbinding.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/end-user/policies/envbinding.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/end-user/policies/envbinding.md index 041cd360..7c44770a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/end-user/policies/envbinding.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.1/end-user/policies/envbinding.md @@ -92,14 +92,14 @@ env 的属性 名称 | 描述 | 类型 | 是否必须 | 默认值 :----------- | :------------ | :------------ | :------------ | :------------ name|环境配置名称|string|是|无 -patch|对应用部署计划进行差异化配置|patch 结构体|是|无 +patch|对应用部署计划进行差异化配置|patch 结构体|否|当该字段为空时,默认使用应用部署计划中components的配置信息 placement|资源调度策略,选择将配置化的资源部署到指定的集群上| placement 结构体|是|无 patch 的属性 名称 | 描述 | 类型 | 是否必须 | 默认值 :----------- | :------------ | :------------ | :------------ | :------------ -components|对应用部署计划中的组件差异化配置| component 数组|是|无 +components|对应用部署计划中的组件差异化配置| component 数组|否|当该字段为空时,默认使用应用部署计划中components的配置信息 placement 的属性 @@ -120,4 +120,4 @@ namespaceSelector 的属性 (该属性只在 engine 为 local 时候有效) 名称 | 描述 | 类型 | 是否必须 | 默认值 :----------- | :------------ | :------------ | :------------ | :------------ labels |命名空间的标签| map[string]string |否|无 -name |命名空间的名称| string |否|无 \ No newline at end of file +name |命名空间的名称| string |否|无