David Shepherd

Results 26 comments of David Shepherd

I’m also aware that I could just opt out of using subcharts and implement that same idea using a helmfile. However, it’s nice to use built in helm features and...

Ultimately, I think I can accomplish the same thing as subcharts with the `helmfile:` directive and some extra tooling in our build system to build an umbrella helmfile, but that...

😂 I’m guessing that’s why 90% of us are here. I was thinking a first pass of this feature could recursively unpack the subcharts and include their helmfile.yaml in the...

Yes, your example is probably what it will look like and that's my plan right now. However, the reason I don't like that solution is the lack of chart versioning....

Yes, I think #330 helps here. Ultimately, I don't need most of what helmfile provides and I was just trying to shoehorn it into supporting templating values.yaml so I can...

Will do! Need to get client approval to open source :(

I wanted to use it to build a URL that includes the namespace. That value is used in my chart templates.

Yeah once you said I could use in the helmfile, that pointed to a workaround. Thanks!