Skip to content

Commit

Permalink
Allow porch-server to read APIService objects
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed Aug 22, 2024
1 parent 06ca132 commit 6b75964
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/porch/5-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ rules:
- apiGroups: ["config.porch.kpt.dev"]
resources: ["packagerevs", "packagerevs/status"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
- apiGroups: ["apiregistration.k8s.io"]
resources: ["apiservices"]
verbs: ["get", "watch", "list"]
# Needed for priority and fairness
- apiGroups: ["flowcontrol.apiserver.k8s.io"]
resources: ["flowschemas", "prioritylevelconfigurations"]
Expand Down

0 comments on commit 6b75964

Please sign in to comment.