Skip to content

Commit

Permalink
examples/nginx/rbac: Give access to own namespace
Browse files Browse the repository at this point in the history
Even with `--force-namespace-isolation`, nginx-ingress-controller still queries for it's own namespace, so give it access to querying namespaces within it's namespace in the nginx-ingress-role.
  • Loading branch information
chancez authored Jul 20, 2017
1 parent fbb96f4 commit 8cd18bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rbac/nginx/nginx-ingress-controller-rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ rules:
- configmaps
- pods
- secrets
- namespaces
verbs:
- get
- apiGroups:
Expand Down

0 comments on commit 8cd18bc

Please sign in to comment.