Improvement for helm version

pull/21325/head
Zhang Yong 2020-05-30 16:37:39 +08:00
parent 4047a9b1ed
commit 2c5b5ae815
1 changed files with 8 additions and 2 deletions

View File

@ -141,9 +141,15 @@ Install Service Catalog from the root of the Helm repository using the following
-->
使用以下命令从 Helm 存储库的根目录安装 Service Catalog
{{< tabs name="helm-versions" >}}
{{% tab name="Helm version 3" %}}
```shell
helm install svc-cat/catalog \
--name catalog --namespace catalog
helm install catalog svc-cat/catalog --namespace catalog
```
{{% /tab %}}
{{% tab name="Helm version 2" %}}
```shell
helm install svc-cat/catalog --name catalog --namespace catalog
```
{{% /capture %}}