update short description, include volume link

reviewable/pr6595/r2
Zach Puckett 2017-12-05 16:27:04 -06:00
parent 7c0318ac25
commit 5800f941ab
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ related:
tags: tags:
- core-object - core-object
short-description: > 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 volume 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" %}.
long-description: > long-description: >
Allows you to decouple configuration artifacts from image content to keep containerized applications portable. Allows you to decouple configuration artifacts from image content to keep containerized applications portable.
When storing confidential data use a [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/). When storing confidential data use a [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/).