Background Context:
- Question: What is a helm chart?
- Answer: helm charts are just templating engines that render generated yaml
- input variables (with a mix of default and override values for those variables)
- get plugged into golang templatized yaml
- and output a wall of text of generated yaml
- Community Helm Charts: