helm/docs/examples
Miguel Martinez 03d27779d3 Templates Lint rules
Template rules

Adding chart errors

Added function that checks the existence of all the values in the templates

Adding chartfile unit tests

Testing runLinterRule

Fixing out of range

Fixing out of range

Improving quote detector
2016-06-23 12:36:25 -07:00
..
alpine Templates Lint rules 2016-06-23 12:36:25 -07:00
nginx docs(examples): unify the examples 2016-06-22 12:14:16 -06: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.