mirror of
https://github.com/helm/helm.git
synced 2026-03-03 05:52:14 -05:00
This change moves the code, updates the import locations, and adds a doc.go file to document what the v2 package is for. This is part of HIP 20 for v3 charts Signed-off-by: Matt Farina <matt.farina@suse.com> |
||
|---|---|---|
| .. | ||
| charts | ||
| templates | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
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 ./alpine.