synator
synator copied to clipboard
Synator Kubernetes Secret and ConfigMap synchronizer
Hello, Thanks for this tool, it is very useful for me to synchronize ConfigMaps. I have a problem when I try to synchronize a secret, the ConfigMaps are created for...
We use a combination of [sealed-secrets](https://github.com/bitnami-labs/sealed-secrets) and synator. After network downtime etcd cluster restarted. Secrets were created in source namespace, but synator weren't create them in namespaces that on `include-namespaces`...
I wanted to add functionality for controlling which labels/annotations are copied, but ended up with something closer to a rewrite. I'm just putting this out here, but obviously there may...
Hello, for my project it made more sense to do with deployments so that the service is not unavailable.
Please cherry-pick changes that you think are ok. I've updated dockerfile, deploy.yaml, and finished the code (missing configmap copy on new namespace creation). I also removed ownerRef from metadata because...