tuenti / secrets-manager

A daemon to sync Vault secrets to Kubernetes secrets
Apache License 2.0
171 stars 26 forks source link

Switch to custom resource definitions instead of a single configmap #2

Closed fcgravalos closed 5 years ago

fcgravalos commented 5 years ago

We currently use a configmap as the way to describe secrets. Although it's fully functional, it doesn't scale as well as CRDs.