Skip to content

Instantly share code, notes, and snippets.

@sbueringer
Created February 18, 2019 20:37
Show Gist options
  • Save sbueringer/055952a536fbfe6c3e21b3da9fc38242 to your computer and use it in GitHub Desktop.
Save sbueringer/055952a536fbfe6c3e21b3da9fc38242 to your computer and use it in GitHub Desktop.
blog-opa-perf-mutating-webhook.yaml
kind: MutatingWebhookConfiguration
apiVersion: admissionregistration.k8s.io/v1beta1
metadata:
name: opa
webhooks:
- name: opa.k8s.io
rules:
- operations: ["*"]
apiGroups: ["*"]
apiVersions: ["*"]
resources: ["*"]
failurePolicy: Fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment