ContainerSolutions / externalsecret-operator

An operator to fetch secrets from cloud services and inject them in Kubernetes
Apache License 2.0
189 stars 28 forks source link

Split up our CRDs in SecretStore and ExternalSecret definitions #105

Closed knelasevero closed 3 years ago

knelasevero commented 4 years ago

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.