I'm trying to generate the helm charts using jkube maven plugin. What I would like to do is put some information in the chart template as {{ .Values.something }}. In order to do that I need to, first of all, being able to define/populate that file using the plugin and also knowing how to consume that from the templates I add in the src/main/jkube section.
Does anybody has a working example that I could use?