Skip to content

Commit

Permalink
Remove v1beta1 AdmissionReview
Browse files Browse the repository at this point in the history
This removes v1beta1 from the possible admission review versions,
as it doesn't seem like the admission handler accepts it.
  • Loading branch information
bioball authored and tekton-robot committed Dec 16, 2020
1 parent b303147 commit f764c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/500-webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ metadata:
app.kubernetes.io/part-of: tekton-pipelines
pipeline.tekton.dev/release: "devel"
webhooks:
- admissionReviewVersions: ["v1beta1", "v1"]
- admissionReviewVersions: ["v1"]
clientConfig:
service:
name: tekton-pipelines-webhook
Expand All @@ -55,7 +55,7 @@ metadata:
app.kubernetes.io/part-of: tekton-pipelines
pipeline.tekton.dev/release: "devel"
webhooks:
- admissionReviewVersions: ["v1beta1", "v1"]
- admissionReviewVersions: ["v1"]
clientConfig:
service:
name: tekton-pipelines-webhook
Expand All @@ -75,7 +75,7 @@ metadata:
app.kubernetes.io/part-of: tekton-pipelines
pipeline.tekton.dev/release: "devel"
webhooks:
- admissionReviewVersions: ["v1beta1", "v1"]
- admissionReviewVersions: ["v1"]
clientConfig:
service:
name: tekton-pipelines-webhook
Expand Down

0 comments on commit f764c3b

Please sign in to comment.