Synator synchronize your Secrets and ConfigMaps with your desired namespaces
Add annotation synator/sync=yes
to Secret or ConfigMap.
Optionally add one of these annotations in include specific destination
namespaces, or exclude the namespaces from the sync.
synator/include-namespaces='namespace1,namespace2'
synator/exclude-namespaces='kube-system,kube-node-lease'
- When update config or secret
- When create config or secret
Build docker image
docker build -t <usename>/synator:v1 .
Edit deploy.yml with your image name
kubectl apply -f deploy.yml