I'd like to disable the webhook. How do i do that?
It looks like you can add
args: ['operator-roles','namespace,global']
in your stateful set config for the operator and that'll disable it
@data_smith the easiest way to disable the webhook is to remove its configuration from Kubernetes:
kubectl delete validatingwebhookconfiguration elastic-webhook.k8s.elastic.co
If you want to re-enable it later, just reapply ECK yaml manifests.