github.com/zsuzhengdu/helm@v3.0.0-beta.3+incompatible/cmd/helm/testdata/testcharts/issue1979/README.md (about)

     1  #Alpine: A simple Helm chart
     2  
     3  Run a single pod of Alpine Linux.
     4  
     5  This example was generated using the command `helm create alpine`.
     6  
     7  The `templates/` directory contains a very simple pod resource with a
     8  couple of parameters.
     9  
    10  The `values.yaml` file contains the default values for the
    11  `alpine-pod.yaml` template.
    12  
    13  You can install this example using `helm install ./alpine`.