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

Start planning next milestone

riccardomc opened this issue · comments

We're very close to milestone 0.1.0. This means that we need to list features for the next milestone.

Does this have a polling feature? like when I update the secret's value I hope the operator detects it.

And also it seems to be nice to have a feature like putting a hash of secret CRD into the related deployment.
so that when the secret has been inserted or updated it lets the related deployment also be restarted.
(just like configmap generator)

Hi @ckcks12 , thanks for your interest! I believe they're both excellent suggestions.

Having a polling feature is definitely on our radar and there's an issue for that: #42

The second one seems a bit more involved, would you mind opening an issue and describing your proposal?