Created
November 26, 2021 03:14
-
-
Save beekhof/ede59437944559fc93ec5739e32fbaa1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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