update description to include additional detail

This commit is contained in:
Zach Puckett
2017-12-05 18:09:15 -06:00
parent 45527c7732
commit 3f8d00a833
+2 -2
View File
@@ -7,7 +7,7 @@ related:
tags:
- core-object
short-description: >
Used to store non-confidential data in key-value pairs and consumed as environment variables, command-line arguments, or config files in a {% glossary_tooltip text="volume" term_id="volume" %}.
An API object used to store non-confidential data in key-value pairs. Can be consumed as environment variables, command-line arguments, or config files in a {% glossary_tooltip text="volume" term_id="volume" %}.
long-description: >
Allows you to decouple configuration artifacts from image content to keep containerized applications portable.
Allows you to decouple environment-specific configuration from your {% glossary_tooltip text="container images" term_id="container" %}, so that your applications are easily portable.
When storing confidential data use a [Secret](https://kubernetes.io/docs/concepts/configuration/secret/).