Questions
Answer the following questions to test your knowledge of this chapter:
- What is the purpose of the
helm template
command? How does it differ from thehelm lint
command? - What tool can be leveraged to lint the YAML style of rendered Helm templates?
- How is a chart test created? How is a chart test executed?
- What is the difference between
helm test
andct lint-and-install
? - What is the purpose of the
ci/
folder when used with the ct tool? - How does the
--upgrade
flag change the behavior of thect lint-and-install
command?