kustomization cfg annotations produce unnecessary diffs
allenporter opened this issue · 0 comments
allenporter commented
Right now the annotations added by the cfg step make diffs nearly unreadable. We need to strip them before computing diffs.
We can either rewrite all objects when visiting, or push the logic into the visitor and have it re-write the objects before diffing.