You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helm Values with specified "null" value are missing from Values form in Release UI, moreover they are not propagated when you press "Save" button after editing the Values from GUI
To Reproduce
Let's say, you have a Helm Values, where you have set some value to "null" to avoid it getting a default.
In my case Helm Chart was a elasticsearch-7.17.3
$ helm get values elasticsearch
USER-SUPPLIED VALUES:
ingress:
className: null
Deploy it as usual using helm install or any pipeline you have
Using Lens, go to Helm -> Releases
Click on your Release
On the right hand you will see the Values form. If you look into the values in it - there will be no null'ed value shown
Expected behavior
I expected the output of helm get values <my-chart> command to be the same as what is displayed in the Values form in a Release details menu
Environment (please complete the following information):
Lens Version: 2024.1.300751-latest
OS: macOS Sonoma 14.3.1
Installation method: .dmg package
The text was updated successfully, but these errors were encountered:
Describe the bug
Helm Values with specified "null" value are missing from Values form in Release UI, moreover they are not propagated when you press "Save" button after editing the Values from GUI
To Reproduce
In my case Helm Chart was a
elasticsearch-7.17.3
helm install
or any pipeline you haveExpected behavior
I expected the output of
helm get values <my-chart>
command to be the same as what is displayed in the Values form in a Release details menuEnvironment (please complete the following information):
The text was updated successfully, but these errors were encountered: