kubernetes-replicator
kubernetes-replicator copied to clipboard
Introduce "sync-by-content" flag, implemented for secrets and configmaps
When this flag is enabled, the replicator will ignore the replicated-from-version
annotation and always compare the contents of the target object to the source object and keep them in sync.
Fixes #349 for secrets and configmaps