[zh]fixed a typo for customize-installation-helm (#13462) (#13463)

* fixed a typo for customize-installation-helm

* #apply-the-patch-using-helm-Post-Renderer: Convert uppercase to lowercase

Co-authored-by: Wu Huan <101235749+huan555@users.noreply.github.com>
This commit is contained in:
Adityayxt 2023-06-27 16:09:36 +08:00 committed by GitHub
parent 12eb162918
commit 65d6b46906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ $ helm install <release> <chart> --namespace <namespace> --create-namespace [--s
1. 安装 Istio Base Chart它包含了集群范围的自定义资源定义 (CRD),这些资源必须在部署 Istio 控制平面之前安装:
{{< warning >}}
执行修订版安装时Base Chart 需要设置 `--defaultRevision` 值以使资源验证起作用。
执行修订版安装时Base Chart 需要设置 `--set defaultRevision=<revision>` 值以使资源验证起作用。
以下我们将安装 `default` 修订版,因此配置了 `--set defaultRevision=default` 参数。
{{< /warning >}}