ContainerSolutions / externalsecret-operator

An operator to fetch secrets from cloud services and inject them in Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split up our CRDs in SecretStore and ExternalSecret definitions

knelasevero opened this issue · comments

As per https://github.com/godaddy/kubernetes-external-secrets/pull/477/files

Right now we only define our backend (Store) from the ES backend key value. For us to make it more modular and closer to the common CRD we would need to split these definitions.