github.com/tiancandevloper/helm@v2.17.0+incompatible/docs/chart_template_guide/wrapping_up.md (about)

     1  # Wrapping Up
     2  
     3  This guide is intended to give you, the chart developer, a strong understanding of how to use Helm's template language. The guide focuses on the technical aspects of template development.
     4  
     5  But there are many things this guide has not covered when it comes to the practical day-to-day development of charts. Here are some useful pointers to other documentation that will help you as you create new charts:
     6  
     7  - The [Helm Charts project](https://github.com/helm/charts) is an indispensable source of charts. That project is also sets the standard for best practices in chart development.
     8  - The Kubernetes [Documentation](https://kubernetes.io/docs/home/) provides detailed examples of the various resource kinds that you can use, from ConfigMaps and Secrets to DaemonSets and Deployments.
     9  - The Helm [Charts Guide](../charts.md) explains the workflow of using charts.
    10  - The Helm [Chart Hooks Guide](../charts_hooks.md) explains how to create lifecycle hooks.
    11  - The Helm [Charts Tips and Tricks](../charts_tips_and_tricks.md) article provides some useful tips for writing charts.
    12  - The [Sprig documentation](https://github.com/Masterminds/sprig) documents more than sixty of the template functions.
    13  - The [Go template docs](https://godoc.org/text/template) explain the template syntax in detail.
    14  - The [Schelm tool](https://github.com/databus23/schelm) is a nice helper utility for debugging charts.
    15  
    16  Sometimes it's easier to ask a few questions and get answers from experienced developers. The best place to do this is in the [Kubernetes Slack](https://kubernetes.slack.com) Helm channels:
    17  
    18  - [#helm-users](https://kubernetes.slack.com/messages/helm-users)
    19  - [#helm-dev](https://kubernetes.slack.com/messages/helm-dev)
    20  - [#charts](https://kubernetes.slack.com/messages/charts)
    21  
    22  Finally, if you find errors or omissions in this document, want to suggest some new content, or would like to contribute, visit [The Helm Project](https://github.com/helm/helm).