Skip to content

Commit

Permalink
Update Traefik ClusterRole (#1873)
Browse files Browse the repository at this point in the history
Addmissing permissions for IngressClasses and a relevant API.
  • Loading branch information
lazyoldbear authored Jan 18, 2021
1 parent ed1ba27 commit bb7d7a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions microk8s-resources/actions/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,20 @@ rules:
- watch
- apiGroups:
- extensions
- networking.k8s.io
resources:
- ingresses
- ingressclasses
verbs:
- get
- list
- watch
- apiGroups:
- extensions
resources:
- ingresses/status
verbs:
- update
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit bb7d7a8

Please sign in to comment.