mittwald / kubernetes-replicator

Kubernetes controller for synchronizing secrets & config maps across namespaces
Apache License 2.0
866 stars 100 forks source link

not reliable replication #311

Open wibed opened 9 months ago

wibed commented 9 months ago

i do have secrets from cert-manager created with the secretTemplates annotation including the ones from replicator.

sadly replicating does not work reliably. secrets end up mostly empty.

i have to resort to delete and apply -f - over and over again. is there a method i can ensure the correct syncronization of the secrets?