allenporter / flux-local

flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.

Home Page:https://allenporter.github.io/flux-local/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kustomization cfg annotations produce unnecessary diffs

allenporter opened this issue · comments

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.