Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from shipt/nhudson/update_webhook_api
Browse files Browse the repository at this point in the history
update MutatingWebhookConfiguration API from beta1 to v1
  • Loading branch information
nhudson authored May 4, 2022
2 parents bb1b15d + a7f92b8 commit 5fec778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/mutatingwebhook.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
name: mutating-gtoken-webhook-cfg
Expand Down

0 comments on commit 5fec778

Please sign in to comment.