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
We're using dyff to check the difference between 2 rendered Helm template. With Helm you can end up with duplicate keys in a map if for some reason you set some default value in a map that can later be overriden through user input, those duplicate keys lead to dyff finding a diff where there should be none.
Issue
Rendered Helm file
# test.yamltest:
element1: testelement1: test2
Dyff command
dyff between test.yaml test.yaml
Dyff result
_ __ __
_| |_ _ / _|/ _| between test.yaml
/ _' | | | | |_| |_ and test.yaml
| (_| | |_| | _| _|
\__,_|\__, |_| |_| returned one difference
|___/
test.element1
± value change
- test2
+ test
The text was updated successfully, but these errors were encountered:
Hey !
Context
We're using dyff to check the difference between 2 rendered Helm template. With Helm you can end up with duplicate keys in a map if for some reason you set some default value in a map that can later be overriden through user input, those duplicate keys lead to dyff finding a diff where there should be none.
Issue
Rendered Helm file
Dyff command
Dyff result
The text was updated successfully, but these errors were encountered: