Skip to content

Instantly share code, notes, and snippets.

@beekhof
Created November 26, 2021 03:14
Show Gist options
  • Save beekhof/ede59437944559fc93ec5739e32fbaa1 to your computer and use it in GitHub Desktop.
Save beekhof/ede59437944559fc93ec5739e32fbaa1 to your computer and use it in GitHub Desktop.
resourceExclusions: |
- apiGroups:
- admissionregistration.k8s.io/v1beta1
- apiextensions.k8s.io/v1beta1
- apiregistration.k8s.io/v1beta1
- authentication.k8s.io/v1beta1
- authorization.k8s.io/v1beta1
- autoscaling/v2beta1
- autoscaling/v2beta2
- batch/v1beta1
- certificates.k8s.io/v1beta1
- coordination.k8s.io/v1beta1
- discovery.k8s.io/v1beta1
- events.k8s.io/v1beta1
- networking.k8s.io/v1beta1
- node.k8s.io/v1beta1
- operators.coreos.com/v1alpha2
- rbac.authorization.k8s.io/v1beta1
- scheduling.k8s.io/v1beta1
- snapshot.storage.k8s.io/v1beta1
clusters:
- '*'
kinds:
- '*'
- apiGroups:
- tekton.dev
clusters:
- '*'
kinds:
- TaskRun
- PipelineRun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment