Skip to content

Commit

Permalink
Grant ingress resources. (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiWager committed Sep 19, 2023
1 parent a091625 commit 9be72cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-charts/easegress/templates/ClusterRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["services", "endpoints", "secrets"]
verbs: ["get", "watch", "list"]
- apiGroups: ["networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get", "watch", "list"]

0 comments on commit 9be72cb

Please sign in to comment.