Skip to content

Commit

Permalink
fix: update knative clustterrole (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyen0125 committed Mar 10, 2021
1 parent be69998 commit 583564b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ rules:
verbs: ["get", "list", "watch", "delete"]

- apiGroups: [ "networking.internal.knative.dev"]
resources: [ "clusteringresses" ]
resources: [ "clusteringresses", "ingresses" ]
verbs: ["get", "list", "watch"]

- apiGroups: [ "networking.internal.knative.dev"]
resources: [ "clusteringresses/status", "ingresses/status" ]
verbs: ["update"]

- apiGroups: [ "extensions", "networking.k8s.io" ]
resources: [ "ingresses", "ingressclasses" ]
Expand Down

0 comments on commit 583564b

Please sign in to comment.