Quick explanation on how to use a ConfigMap
This commit is contained in:
parent
e4e1e6874c
commit
c3694e1da4
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
The configuration options are listed below. To specify which ConfigMap to use, pass the `configmap` parameter to `nginx-ingress-controller`. For example,
|
||||||
|
```
|
||||||
|
/nginx-ingress-controller --default-backend-service=$(POD_NAMESPACE)/default-http-backend --configmap=$(POD_NAMESPACE)/${CONFIGMAP_NAME}
|
||||||
|
```
|
||||||
|
|
||||||
### Logs
|
### Logs
|
||||||
|
|
||||||
#### disable-access-log
|
#### disable-access-log
|
||||||
|
|
Loading…
Reference in a new issue