sync kubernetes secrets between namespaces and across clusters
Add helm repo:
helm repo add iampublic https://iamstudent.dev/chartrepo/iampublic
helm repo updateCreate truth namespace:
kubectl create namespace truthInstall local-cluster-only secretsyncer:
helm -n truth upgrade --install secretsyncer iampublic/iamsyncersecretsyncer can run either
- standalone on a cluster
manage syncronisation / cloning of secrets between namespaces - as agent
manage syncronisation / cloning of secrets between namespaces AND across clusters
"If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome."
- Repository: https://github.com/iamsmartad/secretsyncer
- Issue tracker: https://github.com/iamsmartad/secretsyncer/issues
- Related projects:
"The code in this project is licensed under MIT license."