Skip to content

Commit

Permalink
update(config/prow): update mutatingWebhookConfiguration resources to…
Browse files Browse the repository at this point in the history
… use v1 of the apiVersion

Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Jun 20, 2024
1 parent 7d70853 commit bb1e208
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config/prow/alb_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ status:
conditions: []
storedVersions: []
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
annotations:
Expand Down Expand Up @@ -220,6 +220,8 @@ webhooks:
resources:
- pods
sideEffects: None
admissionReviewVersions:
- v1
- clientConfig:
caBundle: Cg==
service:
Expand All @@ -239,6 +241,8 @@ webhooks:
resources:
- targetgroupbindings
sideEffects: None
admissionReviewVersions:
- v1beta1
---
apiVersion: v1
kind: ServiceAccount
Expand Down Expand Up @@ -547,7 +551,7 @@ metadata:
spec:
selfSigned: {}
---
apiVersion: admissionregistration.k8s.io/v1beta1
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
annotations:
Expand Down Expand Up @@ -575,4 +579,6 @@ webhooks:
- UPDATE
resources:
- targetgroupbindings
sideEffects: None
sideEffects: None
admissionReviewVersions:
- v1beta1

0 comments on commit bb1e208

Please sign in to comment.