helm/docs/examples/alpine
Matt Butcher 396f6cbcb2
feat(proto): add appVersion field
This provides a simple field to expose the version of the application
contained in a chart.

Closes #2036
2017-03-07 14:48:24 -07:00
..
templates feat(*): add Values namespace to templates 2016-06-24 12:06:52 -06:00
Chart.yaml feat(proto): add appVersion field 2017-03-07 14:48:24 -07:00
README.md docs(examples): unify the examples 2016-06-22 12:14:16 -06:00
values.yaml chore(docs): update "Name" field in values.yaml 2016-06-28 22:07:41 -06:00

#Alpine: A simple Helm chart

Run a single pod of Alpine Linux.

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.yaml file contains the default values for the alpine-pod.yaml template.

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