From b1028be92c19c0402622cace9dddd95a3ac7e5c3 Mon Sep 17 00:00:00 2001 From: msun1996 <1252347812@qq.com> Date: Mon, 16 May 2022 16:23:15 +0800 Subject: [PATCH] Fix: fix field "vela" (#655) Signed-off-by: msun1996 <1252347812@qq.com> --- .../zh/docusaurus-plugin-content-docs/current/tutorials/helm.md | 2 +- .../version-v1.3/tutorials/helm.md | 2 +- versioned_docs/version-v1.3/tutorials/helm.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/tutorials/helm.md b/i18n/zh/docusaurus-plugin-content-docs/current/tutorials/helm.md index c19a83c6..eee0f468 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/tutorials/helm.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/tutorials/helm.md @@ -35,7 +35,7 @@ description: 本文介绍通过 KubeVela 交付 Helm Chart 你也可以通过 CLI 来启用插件: ```shell -vale addon enable fluxcd +vela addon enable fluxcd ``` ## 通过 Chart 创建 Redis 应用 diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/tutorials/helm.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/tutorials/helm.md index c19a83c6..eee0f468 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/tutorials/helm.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.3/tutorials/helm.md @@ -35,7 +35,7 @@ description: 本文介绍通过 KubeVela 交付 Helm Chart 你也可以通过 CLI 来启用插件: ```shell -vale addon enable fluxcd +vela addon enable fluxcd ``` ## 通过 Chart 创建 Redis 应用 diff --git a/versioned_docs/version-v1.3/tutorials/helm.md b/versioned_docs/version-v1.3/tutorials/helm.md index 88b04a4f..0e466716 100644 --- a/versioned_docs/version-v1.3/tutorials/helm.md +++ b/versioned_docs/version-v1.3/tutorials/helm.md @@ -35,7 +35,7 @@ When the addon is `enabled`, it means that it's ready to. You can start to deplo You can also enable the addon via CLI: ```shell -vale addon enable fluxcd +vela addon enable fluxcd ``` ## Creating Redis application