Skip to content

Commit

Permalink
undo yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kokizzu committed Jul 3, 2024
1 parent 2c2642b commit d73f710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ metadata:
{{ include "gcore-webhook.labels" . | indent 4 }}
rules:
- apiGroups:
- "flowcontrol.apiserver.k8s.io/v1beta3"
- "flowcontrol.apiserver.k8s.io"
resources:
- "prioritylevelconfigurations"
- "flowschemas"
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ metadata:
app.kubernetes.io/version: 0.1.1
rules:
- apiGroups:
- "flowcontrol.apiserver.k8s.io/v1beta3"
- "flowcontrol.apiserver.k8s.io"
resources:
- "prioritylevelconfigurations"
- "flowschemas"
Expand Down

0 comments on commit d73f710

Please sign in to comment.