John Allberg

Results 16 comments of John Allberg

Please make this optional. Our use case would be crippled with forced authentication.

I'm not a maintainer, but my understanding is that if you don't want to use the "auto" method, you use `reloader.stakater.com/search: "true"` on the deployment and `reloader.stakater.com/match: "true"` on the...

It's seems many of the CVE's comes from dependency argoproj/argo-rollouts which in turn is from the k8s.io/kubernetes project with dependencies. I've created a PR to update those deps: https://github.com/argoproj/argo-rollouts/pull/1785

@rasheedamir I'm currently on vacation but if it's ok with you I'll look into this in 2-3 weeks.

In our CI/CD environment we have resourcequota set on all namespaces. Since initContainer resources cannot be set, replicaSets won't be able to start the pods. Workaround is to delete the...

I think I'd like to keep more complicated RBAC outside of grafana-operator, as in our case that would simplify maintenance of such RBAC internally. I see two scenarios: 1. Namespaced...

Good point! Perhaps a labelSelector would be a better solution

Yes, I've started to implement with a label-based approach (therefor multi-namespace), but keeping the specified konfiguration for a specific namespace. I'm not finished yet though and it will probably take...

We're building reloader from source internally with other build image as well as base image. To do that we use the BUILDER_IMAGE and BASE_IMAGE parameters to the Makefile. Perhaps you...

If you don't want to build from source like we do, you can also use the binary from the published image in a new Dockerfile like this: ``` FROM docker.io/stakater/reloader:v1.0.15...