Quick explanation on how to use a ConfigMap

This commit is contained in:
Jesse Shieh 2017-10-27 15:46:15 -07:00 committed by GitHub
parent e4e1e6874c
commit c3694e1da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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