Merge pull request #24293 from kjw3/patch-1

Fix missing command in helm search statement
This commit is contained in:
Kubernetes Prow Robot
2020-10-06 10:48:43 -07:00
committed by GitHub
@@ -39,7 +39,7 @@ helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
Check to make sure that it installed successfully by executing the following command:
```shell
helm search service-catalog
helm search repo service-catalog
```
If the installation was successful, the command should output the following: