Merge pull request #1154 from mbssaiakhil/patch-6

Fix minor typo in Role Based Access Control
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-08-16 18:48:17 -03:00 committed by GitHub
commit 1d4dcda1fe

View file

@ -1,6 +1,6 @@
# Role Based Access Control
This example demonstrate how to apply an nginx ingress controller with role based access control
This example demonstrates how to apply an nginx ingress controller with role based access control
## Overview
@ -62,7 +62,7 @@ have access to a `configmap` using the resourceName `ingress-controller-leader-n
* `configmaps`: create
This resourceName is the concatenation of the `election-id` and the
`ingress-class` as defined by the ingress-controller, which default to:
`ingress-class` as defined by the ingress-controller, which defaults to:
* `election-id`: `ingress-controller-leader`
* `ingress-class`: `nginx`