Questions
Answer the following questions to test your knowledge of this chapter:
- What file is used to declare chart dependencies?
- What is the difference between the
helm dependency update
andhelm dependency build
commands? - What is the difference between the
Chart.yaml
andChart.lock
files? - Imagine that you want to allow users to enable or disable dependencies within your chart. What
dependencies
properties can you use? - What
dependencies
properties should you use if you need to declare multiple invocations of the same dependency? - If you have a dependency with complex values, which
dependencies
property can you use to simplify the propagated values? - How do you override the values of a dependency?
- As a chart developer, what is the value of using a chart dependency?