Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created December 7, 2025 22:46
Show Gist options
  • Select an option

  • Save larkintuckerllc/e4e7e8cd86adab2c733f152c4b89c15d to your computer and use it in GitHub Desktop.

Select an option

Save larkintuckerllc/e4e7e8cd86adab2c733f152c4b89c15d to your computer and use it in GitHub Desktop.
apiVersion: chainsaw.kyverno.io/v1alpha1
kind: Test
metadata:
name: pod-without-team-label
spec:
steps:
- try:
- apply:
file: resources.yaml
- assert:
resource:
apiVersion: v1
kind: Pod
metadata:
labels:
environment: prod
team: bravo
name: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment