Merge pull request #2244 from justinsb/dns_controller_permissions

Add the ingress permission to the dns-controller
This commit is contained in:
Eric Hole 2017-04-09 09:50:36 -04:00 committed by GitHub
commit 650b5d2131
1 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,14 @@ rules:
- get
- list
- watch
- apiGroups:
- "extensions"
resources:
- ingresses
verbs:
- get
- list
- watch
---