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:
parent
fbb96f4c83
commit
8cd18bc205
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ rules:
|
|||
- configmaps
|
||||
- pods
|
||||
- secrets
|
||||
- namespaces
|
||||
verbs:
|
||||
- get
|
||||
- apiGroups:
|
||||
|
|
Loading…
Reference in a new issue