Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 28, 2020 05:09
Embed
What would you like to do?
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
name: mutation-config
webhooks:
- admissionReviewVersions:
- v1beta1
name: mapplication.kb.io
clientConfig:
caBundle: ${CA_BUNDLE}
service:
name: webhook-service
namespace: default
path: /mutate
rules:
- apiGroups:
- apps
- apiVersions:
- v1
resources:
- deployments
sideEffects: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment