Update mkdocs

This commit is contained in:
Manuel de Brito Fontes 2018-09-13 13:28:16 -03:00 committed by Manuel Alejandro de Brito Fontes
parent 2e4adde9ee
commit 4ffe3a2fdd
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
9 changed files with 110 additions and 66 deletions

View file

@ -1 +0,0 @@
title: NGINX Configuration

View file

@ -3,7 +3,7 @@
ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable.
The ConfigMap API resource stores configuration data as key-value pairs. The data provides the configurations for system
components for the nginx-controller. Before you can begin using a config-map it must be [deployed](../../deploy/README.md/#deploying-the-config-map).
components for the nginx-controller.
In order to overwrite nginx-controller configuration values as seen in [config.go](https://github.com/kubernetes/ingress-nginx/blob/master/internal/ingress/controller/config/config.go),
you can add key-value pairs to the data section of the config-map. For Example: