Merge pull request #3498 from discostur/update-rbac-example

Fixed RBAC Example, added ingress privileges; @brian-brazil
This commit is contained in:
Frederic Branczyk 2017-11-21 12:04:11 +01:00 committed by GitHub
commit 0deb74626f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,11 @@ rules:
- endpoints
- pods
verbs: ["get", "list", "watch"]
- apiGroups:
- extensions
resources:
- ingresses
verbs: ["get", "list", "watch"]
- nonResourceURLs: ["/metrics"]
verbs: ["get"]
---