Wrapping Up
- The Helm Charts project is an indispensable source of charts. That project is also sets the standard for best practices in chart development.
- The Kubernetes provides detailed examples of the various resource kinds that you can use, from ConfigMaps and Secrets to DaemonSets and Deployments.
- The Helm Charts Guide explains the workflow of using charts.
- The Helm article provides some useful tips for writing charts.
- The Sprig documentation documents more than sixty of the template functions.
- The explain the template syntax in detail.