lensapp / lens

Lens - The way the world runs Kubernetes
https://k8slens.dev/
MIT License
22.55k stars 1.47k forks source link

[Helm Charts] support for helm function --reset-values #4764

Open TilmannBach opened 2 years ago

TilmannBach commented 2 years ago

What would you like to be added:

Why is this needed:

Environment you are Lens application on:

AlekseyGorodetsky commented 3 months ago

I support! A very useful necessity...

I've always updated this way before: helm upgrade [RELEASE] [CHART] --version NAME --namespace NAME --values FILE.yaml --reset-values

Where in file FILE.yamlwere only my changed keys. This was the only way for the new versions to merge normally with my old version of the chart with my changed keys.

How can this be done in the Lens interface?