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
Introduce "sync-by-content" flag, implemented for secrets and configmaps (#352)
* Add initial "sync-by-content" mode
- Optionally ignore the "replicated-from-version" annotation and always compare by contents
- Implemented for secrets and config maps
- Add test for secrets for the new feature
- Change secret tests to use fake.Clientset instead of running in whatever happened to be your active KUBECONFIG(!)
* Refine the resource version updates in the fake client
* Remove WIP fake client usage
* Update README and mention new --sync-by-content flag
---------
Co-authored-by: Martin Helmich <m.helmich@mittwald.de>
0 commit comments