joberdick-rcd

Results 5 comments of joberdick-rcd

I don't want pile on, but we might have to pause our POC of Argo-cd until this solved. Our entire enterprise strategy revolves around centralized helm charts.

Is there really not a way to do a one time call that excludes being ran by all virtual users?

@nolar Thanks. If you can't repro, I can try to provide setup/steps.

@nolar I will work on getting you more info

@nolar here are steps to reproduce: 1. run this file(I installed cert-builder) ``` import kopf @kopf.on.startup() def configure(settings: kopf.OperatorSettings, **_): settings.admission.server = kopf.WebhookServer() settings.admission.managed = 'something.something' @kopf.on.validate('something.something',persistent=True) def inputvalidate(spec, **_):...