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
Thanks for bringing it up. I did not have much time lately for the projects, so sorry for the belated response. It should be fixed in the newest release. Let me know whether this works for you.
Assuming
in.yaml
containing:and then running
dyff yaml in.yaml > out.yaml
, I get the following content inout.yaml
:where unfortunately
"true"
(a string) is incorrectly converted intotrue
(a bool). I'd have expected dyff to leave the type alone.(Implementation detail: in Kubernetes, annotations are
map[string]string
, so the value must be treated as a string.)The text was updated successfully, but these errors were encountered: