helm/docs/examples
Lukas Eichler a78336ad35 docs(helm): Added kubeVersion to documentation.
docs(helm): Added kubeVersion to documentation and examples.
Adjusted wording for the Chart.kubeVersion description
Removing redundant wording for Chart.kubeVersion description
2018-02-27 09:16:02 +01:00
..
alpine helm create all defined template names should be namespaced … (#2845) 2017-10-06 09:04:53 -06:00
nginx docs(helm): Added kubeVersion to documentation. 2018-02-27 09:16:02 +01:00
README.md docs(examples): add nginx example chart 2016-06-21 16:32:12 -06:00

Helm Examples

This directory contains example charts to help you get started with chart development.

Alpine

The alpine chart is very simple, and is a good starting point.

It simply deploys a single pod running Alpine Linux.

Nginx

The nginx chart shows how to compose several resources into one chart, and it illustrates more complex template usage.

It deploys a deployment (which creates a replica set), a config map, and a service. The replica set starts an nginx pod. The config map stores the files that the nginx server can serve.