Add a note about secret_configs

Change-Id: I1ff0487a9bcaf8be5e2efd4def3c50b0a2938146
This commit is contained in:
Andrey Pavlov 2017-03-07 13:39:02 +04:00
parent 92b827ba0b
commit f90d01b058
1 changed files with 11 additions and 2 deletions

View File

@ -42,6 +42,7 @@ This group is dedicated to describe topology of deployment, configuration
of the microservices and credentials for connecting to Kubernetes cluster. of the microservices and credentials for connecting to Kubernetes cluster.
- :ref:`configs` - :ref:`configs`
- :ref:`secret_configs`
- :ref:`files` - :ref:`files`
- :ref:`kubernetes` - :ref:`kubernetes`
- :ref:`services` - :ref:`services`
@ -369,6 +370,14 @@ Example:
So you could add "{{ keystone_debug }}" variable to you templates, which will So you could add "{{ keystone_debug }}" variable to you templates, which will
be rendered into "false" in this case. be rendered into "false" in this case.
.. _secret_configs:
secret_configs
--------------
Same as :ref:`configs`, but will be stored inside of k8s Secret instead of
ConfigMap.
.. _files: .. _files:
files files
@ -472,7 +481,7 @@ For example:
heat-engine: 3 heat-engine: 3
.. _services .. _services:
services services
-------- --------
@ -508,7 +517,7 @@ Allowed content:
- dict - dict
- -- - --
You can find more information and examples in :doc:`services_section` page. You can find more information and examples in :doc:`services` page.
.. _nodes: .. _nodes: