doc(README): add pointer to charts repo

Also add an example.
pull/337/head
Matt Butcher 9 years ago
parent e8aa841651
commit 6e6b59dcb7

@ -15,6 +15,9 @@ are organized. So, for example, you can ask questions like:
* What Redis master and slave services are part of this Redis instance?
* What pods are part of this Redis slave?
The official Helm repository of charts is available in the
[kubernetes/charts](https://github.com/kubernetes/charts) repository.
Please hang out with us in [the Slack chat room](https://kubernetes.slack.com/messages/helm/).
## Installing Helm
@ -58,6 +61,14 @@ You can uninstall Deployment Manager using the same configuration:
helm dm uninstall
```
## Installing Charts
To quickly deploy a chart, you can use the Helm command line tool:
```
$ helm deploy CHARTNAME
```
## Design of Deployment Manager
There is a more detailed [design document](docs/design/design.md) available.

Loading…
Cancel
Save