Merge pull request #21325 from npu21/docs/svccat

Improvement helm version
This commit is contained in:
Kubernetes Prow Robot
2020-05-30 07:21:53 -07:00
committed by GitHub
@@ -141,9 +141,15 @@ Install Service Catalog from the root of the Helm repository using the following
--> -->
使用以下命令从 Helm 存储库的根目录安装 Service Catalog 使用以下命令从 Helm 存储库的根目录安装 Service Catalog
{{< tabs name="helm-versions" >}}
{{% tab name="Helm version 3" %}}
```shell ```shell
helm install svc-cat/catalog \ helm install catalog svc-cat/catalog --namespace catalog
--name catalog --namespace catalog ```
{{% /tab %}}
{{% tab name="Helm version 2" %}}
```shell
helm install svc-cat/catalog --name catalog --namespace catalog
``` ```
{{% /capture %}} {{% /capture %}}