File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,25 @@ If you don't already have an appropriate Helm version, see the
46
46
47
47
### Helm Charts
48
48
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
+ ```
53
68
54
69
## RBAC
55
70
@@ -114,6 +129,6 @@ executable.
114
129
Use Helm to install the Service Catalog. From the root of this repository:
115
130
116
131
``` console
117
- helm install charts /catalog \
132
+ helm install svc-cat /catalog \
118
133
--name catalog --namespace catalog
119
134
```
You can’t perform that action at this time.
0 commit comments