Questions
See if you can answer the following questions:
- Which Helm templating construct can you take advantage of to generate repeating YAML portions?
- What is the purpose of the
with
action? - What are the different built-in objects in Helm templates?
- How does a Kubernetes resource template differ from a named template?
- How does an application chart differ from a library chart?
- What can a chart developer do to perform input validation?
- What are some examples of different functions commonly used in Helm templates?
- What is the difference between a template variable and a value?