Skip to content

Commit 48c522d

Browse files
arschleskibbles-n-bytes
authored andcommitted
Updating helm install documentation (#1525)
To use the helm repository instead of the helm charts on local disk Fixes kubernetes-retired/service-catalog#1523
1 parent b89d59e commit 48c522d

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

docs/install.md

+20-5
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,25 @@ If you don't already have an appropriate Helm version, see the
4646

4747
### Helm Charts
4848

49-
You need to download the
50-
[charts/catalog](https://github.com/kubernetes-incubator/service-catalog/tree/master/charts/catalog)
51-
directory to your local machine. Please refer to
52-
[this guide](https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/devguide.md#2-clone-fork-to-local-storage).
49+
You need to add the service-catalog Helm repository to your local machine.
50+
Execute the following to do so:
51+
52+
```console
53+
helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
54+
```
55+
56+
To ensure that it worked, execute the following:
57+
58+
```console
59+
helm search service-catalog
60+
```
61+
62+
You should see the following output:
63+
64+
```console
65+
NAME VERSION DESCRIPTION
66+
svc-cat/catalog 0.0.1 service-catalog API server and controller-manag...
67+
```
5368

5469
## RBAC
5570

@@ -114,6 +129,6 @@ executable.
114129
Use Helm to install the Service Catalog. From the root of this repository:
115130

116131
```console
117-
helm install charts/catalog \
132+
helm install svc-cat/catalog \
118133
--name catalog --namespace catalog
119134
```

0 commit comments

Comments
 (0)