Stavros Kois
Stavros Kois
Works thanks!
Hello, currently there isn't an easy way to persistently change the version. I'll have to look into that, but will be probably in a bigger change/context (eg upgrades etc) What...
That would be nice. I've had to write a custom script to fetch dependencies as it was taking over **3 hours** for ~800 Charts. This script dropped it down to...
Assuming `.Values.wildlife` is a `string` `values.yaml` ```yaml wildlife: '"lion","cat","tiger"' ``` tpl ```yaml config.toml: animals = {{ join "," (values ((split "," .Values.wildlife) | toJson | fromJson)) }} ``` output ```yaml...
@baeyf the SplitList @joejulian mentioned will work for you just fine (you can even skip the `[]` on `api`
Note: this only happens when the aliased dependency is a `type: library`, if it's `type: application` it works. If that's expected. Then keep this issue open only for documenting it.
Can you please describe how you tested that it's working? Because neither the old or the new library have support for network policies.
> You are right the chart I linked aren't the complete solution. I'm missing something. What I did only add the questions for network policies in the UI. Unfortunately adding...
Closing this, as it's solved in #1081 Thanks