helm/docs/examples/alpine
Matt Butcher 6950fe42dd feat(helm, tiller): add release listings
This adds client and server support for 'helm list'.
2016-05-02 20:09:44 -06:00
..
templates docs(example): add example alpine chart. 2016-04-27 11:30:34 -06:00
Chart.yaml feat(helm, tiller): add release listings 2016-05-02 20:09:44 -06:00
README.md docs(example): add example alpine chart. 2016-04-27 11:30:34 -06:00
values.toml docs(example): add example alpine chart. 2016-04-27 11:30:34 -06:00

This example was generated using the command helm create alpine.

The templates/ directory contains a very simple pod resource with a couple of parameters.

The values.toml file contains the default values for the alpine-pod.yaml template.

You can install this example using helm install docs/examples/alpine.