From 3c7c03f4e2e3649db8503d4bf50130395401eb2b Mon Sep 17 00:00:00 2001 From: Hobo Chen Date: Thu, 13 Jan 2022 09:51:15 +0800 Subject: [PATCH] Fix typo (#429) Signed-off-by: hbchen --- .../current/case-studies/canary-blue-green.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/case-studies/canary-blue-green.md b/i18n/zh/docusaurus-plugin-content-docs/current/case-studies/canary-blue-green.md index 947fb517..1c4df843 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/case-studies/canary-blue-green.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/case-studies/canary-blue-green.md @@ -21,7 +21,7 @@ KubeVela 后的应用交付模型(OAM)是一个从设计与实现上都高 vela addon enable istio ``` -如果你的集群已经已经安装 Istio,你只需 apply [该目录](https://github.com/oam-dev/kubevela/tree/master/vela-templates/addons/istio/definitions) 下的四个 YAML 文件来达到和上面开启集群插件一样的效果 +如果你的集群已经安装 Istio,你只需 apply [该目录](https://github.com/oam-dev/kubevela/tree/master/vela-templates/addons/istio/definitions) 下的四个 YAML 文件来达到和上面开启集群插件一样的效果 因为后面的例子运行在 default namespace,需要为 default namespace 打上 Istio 自动注入 sidecar 的标签。