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

Possible to install by linking from kustomize? #142

Open max-sixty opened 3 years ago

max-sixty commented 3 years ago

Describe the solution you'd like

From the installation instructions, it looks like installing this involves cloning this repo and running make install.

Is it possible instead to include a path like https://github.com/ContainerSolutions/externalsecret-operator/tree/master/config/crd in a kustomization.yaml as a resource, rather than running any commands locally?

What is the added value?

To the extent it's even possible — simpler, less dependent on local machine's state.

Thanks in advance!

knelasevero commented 3 years ago

Sorry for not answering you before! I really like the idea, and I think there is no reason to have this. I will try to prioritize it since it is super easy :)

knelasevero commented 3 years ago

A helm chart would solve your pain points better I think (and it will be added soon again), but your suggestion will be also considered :)