Different behavior between helm values
and valuesObject
#19781
Labels
bug
Something isn't working
component:diffing
component:helm
version:2.11
Latest confirmed affected version is 2.11
Checklist:
argocd version
.Describe the bug
In one of my applications, I'm overriding some values with the null (
~
) value.I noticed I'm getting a different behavior when using
values
vsvaluesObject
in my Helm application. ArgoCD correctly understands it when usingvalues
, however it looks totally ignored when I'm switching tovaluesObject
.Note I'm not using any subchart here.
To Reproduce
This one works as expected:
This one does not:
And this is the template used for the limit range for example:
Expected behavior
I'm expecting both options to provide identical results, i.e. override the value with null.
Version
The text was updated successfully, but these errors were encountered: