mirror of https://github.com/kubernetes/kops.git
Merge pull request #2244 from justinsb/dns_controller_permissions
Add the ingress permission to the dns-controller
This commit is contained in:
commit
650b5d2131
|
@ -74,6 +74,14 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- "extensions"
|
||||||
|
resources:
|
||||||
|
- ingresses
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue