github.com/lrills/helm@v2.8.1+incompatible/docs/examples/alpine/README.md (about) 1 # Alpine: A simple Helm chart 2 3 Run a single pod of Alpine Linux. 4 5 The `templates/` directory contains a very simple pod resource with a 6 couple of parameters. 7 8 The `values.yaml` file contains the default values for the 9 `alpine-pod.yaml` template. 10 11 You can install this example using `helm install docs/examples/alpine`.