add configmap to glossary

This commit is contained in:
Zach Puckett
2017-12-05 15:56:04 -06:00
parent febfb06991
commit b5345ddde0
+13
View File
@@ -0,0 +1,13 @@
id: configmap
name: ConfigMap
full-link: /docs/tasks/configure-pod-container/configmap/
related:
- pod
- secret
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 volume
long-description: >
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/).