helm/docs/examples/alpine
Matt Butcher 6b68e7891f feat(tiller): delete operation runs against Kubernetes
Also fixed a minor formatting issue with Alpine chart in docs.
2016-05-05 16:46:31 -06:00
..
templates feat(tiller): delete operation runs against Kubernetes 2016-05-05 16:46:31 -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.