Skip to content

Commit

Permalink
fix lacking of ingresses resources
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiWager committed Sep 19, 2023
1 parent 57c0700 commit a18a322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 a18a322

Please sign in to comment.