चार्ट टेम्पलेट डेवलपर गाइड
यह मार्गदर्शिका Helm के चार्ट टेम्पलेट्स का परिचय देती है, विशेष रूप से टेम्पलेट भाषा पर जोर देती है।
टेम्पलेट्स मैनिफेस्ट फ़ाइलें उत्पन्न करते हैं, जो YAML-स्वरूपित संसाधन विवरण होते हैं जिन्हें Kubernetes समझ सकता है। हम देखेंगे कि टेम्पलेट्स कैसे संरचित होते हैं, उनका उपयोग कैसे किया जाता है, Go टेम्पलेट्स कैसे लिखे जाते हैं, और अपने कार्य का डिबग कैसे किया जाता है।
यह मार्गदर्शिका निम्नलिखित अवधारणाओं पर केंद्रित है:
- Helm टेम्पलेट भाषा
- मानों (Values) का उपयोग
- टेम्पलेट्स के साथ काम करने की तकनीकें
यह मार्गदर्शिका विशेष रूप से Helm टेम्पलेट भाषा को सीखने पर केंद्रित है। अन्य मार्गदर्शिकाएँ परिचयात्मक सामग्री, उदाहरण और सर्वोत्तम प्रथाएँ प्रदान करती हैं।
Quicklinks
Getting Started
A quick guide on Chart templates.
Built-in Objects
Built-in objects available to templates.
Values Files
Instructions on how to use the --values flag.
Template Functions and Pipelines
Using functions in templates.
Template Function List
A list of template functions available in Helm
Flow Control
A quick overview on the flow structure within templates.
Variables
Using variables in templates.
Named Templates
How to define named templates.
Accessing Files Inside Templates
How to access files from within a template.
Creating a NOTES.txt File
How to provide instructions to your Chart users.
Subcharts and Global Values
Interacting with a subchart's and global values.
The .helmignore file
The `.helmignore` file is used to specify files you don't want to include in your helm chart.
Debugging Templates
Troubleshooting charts that are failing to deploy.
Next Steps
Wrapping up - some useful pointers to other documentation that will help you.
Appendix: YAML Techniques
A closer look at the YAML specification and how it applies to Helm.
Appendix: Go Data Types and Templates
A quick overview on variables in templates.