austindewey.com
Using the Helm Tpl Function to Refer Values in Values Files - Austin Dewey
Your Helm chart users can reference other values in their values files, but it requires you to write your charts to support this. You can do this by using the tpl function in your Helm chart templates.
Austin Dewey