examples/nginx/rbac: Give access to own namespace

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.
This commit is contained in:
Chance Zibolski 2017-07-20 16:10:39 -07:00 committed by GitHub
parent fbb96f4c83
commit 8cd18bc205

View file

@ -73,6 +73,7 @@ rules:
- configmaps - configmaps
- pods - pods
- secrets - secrets
- namespaces
verbs: verbs:
- get - get
- apiGroups: - apiGroups: