diff --git a/Readme.md b/Readme.md index 07bd752..2ab701d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Synator Kubernetes Secret and ConfigMap synchronizer -Synator synchronize your Secrets and ConfigMaps with your desired namespaces +Sometimes we want to use secrets in different namespaces, unfortunately, we can’t do without any helper operators or manual copying because in kubernetes secrets and configmaps are namespace. We can copy secrets and configmaps when we have a couple of namespaces and secrets. But when we have dozens of namespaces, it can be very complicated. # Usage Add annotation `synator/sync=yes` to Secret or ConfigMap.