Maurice Faber
Maurice Faber
Hi @mumoshu do you think it would be possible to extract a large variables assignment snippet (like some complex nested loops to generate a dict or list) somewhere to be...
> @Morriz We don't have a way to define custom function so I'm afraid it isn't possible. Perhaps you get similar outcome by using `{{ define }}` and `{{ template...
but that is not even coming close to defining a reusable template imo...or do I fail to see how? Anyway, I guess it's just not possible but can we just...
The one solution that is possible is creating a folder with snippet files, each containing the template, and then use `tpl` with `readFile`, but that means one snippet per file...
hah, tnx for the quick reply...I guess we covered it extensively now. And yes, I read that from you once I believe. Moving on!
Looks the same to me indeed. Shall we close this one?
I tried this workaround, but unfortunately it does not work: ``` helmfile destroy -l installed=false ``` Can this be done?
Tnx for looking into this. We have quite an elaborate setup here: https://github.com/redkubes/otomi-core/tree/master/helmfile.d As you can see we have a sort of init approach, where we order the installs. This...
> Just confirming, but what was your real issue when you decided we get errors when setting all those charts to installed: false and then applying.? Like I said, if...
Oww. Would that be a lot of work to implement you think?