Skip to content

Commit

Permalink
add clusterrole for gateway api (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 6, 2024
1 parent 548cf2f commit 00cac81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm/core/templates/controller-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,10 @@ rules:
- apiGroups: ["networking.internal.knative.dev"]
resources: ["ingresses/status"]
verbs: ["get","patch","update"]
# gateway api need
- apiGroups: ["apps"]
verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
resources: [ "deployments" ]
- apiGroups: [""]
verbs: [ "get", "watch", "list", "update", "patch", "create", "delete" ]
resources: [ "serviceaccounts"]

0 comments on commit 00cac81

Please sign in to comment.