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

Include a simple tilt setup to validate its usefulness for us #126

Open knelasevero opened 4 years ago

knelasevero commented 4 years ago

Describe the solution you'd like Include a simple tilt setup to validate its usefulness for us. A simple Tiltfile and instructions to use it.

What is the added value? First we validate if it would make things easier at all. Later we see if this could make the developer experience smoother :) . We can attract more contributions like this.

Give us examples of the outcome

Stumbled upon this example project: https://github.com/tilt-dev/memcached-operator

So it seems that using tilt for developing operators is something that happens and makes sense.