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
When doing a deepCopy, it is not possible to override an integer value with the value 0. I am not sure if this is a bug or a know behaviour (but it is a little annoying :-)).
This issue is ported over from helm issues but i am not sure if the issue I am seeing would be in https://github.com/imdario/mergo?
Output of
helm version
:Output of
kubectl version
:N/A
Cloud Provider/Platform (AKS, GKE, Minikube etc.):
CAPI/Openstack, vanilla k8s.
Issue:
When doing a
deepCopy
, it is not possible to override an integer value with the value0
. I am not sure if this is a bug or a know behaviour (but it is a little annoying :-)).We can reproduce this in the helm playground
With values:
and template:
I would expect the values in
rolloutStrategy2
to override the values inrolloutStrategy1
, which they do, unless the value is a0
.The text was updated successfully, but these errors were encountered: