helm/docs/chart_best_practices
Erik Sundell 3f5e82c832
Typo fix
`*/ }}` would cause an error actually, one must use `*/}}` or `*/ -}}`. Not obvious at all.
2018-04-08 23:18:47 +02:00
..
conventions.md feat(tiller): support version constraint on chart 2017-04-06 17:01:09 -06:00
custom_resource_definitions.md rename TPR to CRD 2018-04-05 08:06:47 -07:00
labels.md Update standard label docs 2017-06-22 19:44:58 +02:00
pods.md Update best practices on imagePullPolicy 2017-11-09 10:35:24 +08:00
rbac.md Update RBAC best practices 2018-01-27 15:19:30 +01:00
README.md RBAC best practices (#3184) 2017-11-21 21:05:55 -07:00
requirements.md Fix example and reference version matching syntax 2017-12-05 13:25:56 +01:00
templates.md Typo fix 2018-04-08 23:18:47 +02:00
values.md Adding --set-string flag to force string values. 2018-03-20 13:35:42 -06:00

The Chart Best Practices Guide

This guide covers the Helm Team's considered best practices for creating charts. It focuses on how charts should be structured.

We focus primarily on best practices for charts that may be publicly deployed. We know that many charts are for internal-use only, and authors of such charts may find that their internal interests override our suggestions here.

Table of Contents