Skip to content

Instantly share code, notes, and snippets.

@pflooky
Created December 23, 2021 09:05
Show Gist options
  • Save pflooky/c0827a1e258d2552f7582007050db68f to your computer and use it in GitHub Desktop.
Save pflooky/c0827a1e258d2552f7582007050db68f to your computer and use it in GitHub Desktop.
Rules section for Kubernetes mutating webhook configuration
rules:
- operations: ["CREATE"]
apiGroups: ["*"]
apiVersions: ["*"]
resources: ["pods"]
objectSelector:
matchLabels:
app: backend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment