Skip to content

Commit

Permalink
docs(README): add instructions for setting incubator (helm#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
technosophos authored and lachie83 committed Nov 18, 2016
1 parent 00456c0 commit e82e336
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ Just `helm install stable/<chart>`. This is the default repository for Helm and

For more information on using Helm, refer to the [Helm's documentation](https://github.com/kubernetes/helm#docs).

## How do I enable the Incubator repository?

To add the Incubator charts for your local client, run `helm repo add`:

```
$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
"incubator" has been added to your repositories
```

You can then run `helm search incubator/` to see the charts.

## Chart Format

Take a look at the [alpine example chart](https://github.com/kubernetes/helm/tree/master/docs/examples/alpine) and the [nginx example chart](https://github.com/kubernetes/helm/tree/master/docs/examples/nginx) for reference when you're writing your first few charts.
Expand Down

0 comments on commit e82e336

Please sign in to comment.