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

     1  # Helm Documentation
     2  
     3  - [Quick Start](quickstart.md) - Read me first!
     4  - [Installing Helm](install.md) - Install Helm and Tiller
     5    - [Deprecated Kubernetes APIs](kubernetes_apis.md)
     6    - [Kubernetes Distribution Notes](kubernetes_distros.md)
     7    - [Frequently Asked Questions](install_faq.md)
     8  - [Using Helm](using_helm.md) - Learn the Helm tools
     9    - [Plugins](plugins.md)
    10    - [Role-based Access Control](rbac.md)
    11    - [TLS/SSL for Helm and Tiller](tiller_ssl.md) - Use Helm-to-Tiller encryption
    12  - [Developing Charts](charts.md) - An introduction to chart development
    13  	- [Chart Lifecycle Hooks](charts_hooks.md)
    14  	- [Chart Tips and Tricks](charts_tips_and_tricks.md)
    15  	- [Chart Repository Guide](chart_repository.md)
    16  	- [Syncing your Chart Repository](chart_repository_sync_example.md)
    17  	- [Signing Charts](provenance.md)
    18  	- [Writing Tests for Charts](chart_tests.md)
    19  - [Chart Template Developer's Guide](chart_template_guide/index.md) - Master Helm templates
    20    - [Getting Started with Templates](chart_template_guide/getting_started.md)
    21    - [Built-in Objects](chart_template_guide/builtin_objects.md)
    22    - [Values Files](chart_template_guide/values_files.md)
    23    - [Functions and Pipelines](chart_template_guide/functions_and_pipelines.md)
    24    - [Flow Control (if/else, with, range, whitespace management)](chart_template_guide/control_structures.md)
    25    - [Variables](chart_template_guide/variables.md)
    26    - [Named Templates (Partials)](chart_template_guide/named_templates.md)
    27    - [Accessing Files Inside Templates](chart_template_guide/accessing_files.md)
    28    - [Ignoring unwanted files and folders](chart_template_guide/helm_ignore_file.md)
    29    - [Creating a NOTES.txt File](chart_template_guide/notes_files.md)
    30    - [Subcharts and Global Values](chart_template_guide/subcharts_and_globals.md)
    31    - [Debugging Templates](chart_template_guide/debugging.md)
    32    - [Wrapping Up](chart_template_guide/wrapping_up.md)
    33    - [Appendix A: YAML Techniques](chart_template_guide/yaml_techniques.md)
    34    - [Appendix B: Go Data Types](chart_template_guide/data_types.md)
    35  - [Related Projects](related.md) - More Helm tools, articles, and plugins
    36  - [Architecture](architecture.md) - Overview of the Helm/Tiller design
    37  - [Developers](developers.md) - About the developers
    38  - [History](history.md) - A brief history of the project
    39  - [Glossary](glossary.md) - Decode the Helm vocabulary