Merge pull request #6864 from cimomo/docs-data-fixes

Correct ConfigMap references in Jekyll data files
This commit is contained in:
Joseph Heck
2018-01-07 10:10:55 -08:00
committed by GitHub
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
id: configmap
name: ConfigMap
full-link: /docs/tasks/configure-pod-container/configmap/
full-link: /docs/tasks/configure-pod-container/configure-pod-configmap/
related:
- pod
- secret
+1 -1
View File
@@ -12,4 +12,4 @@ short-description: >
long-description: >
Allows for more control over how sensitive information is used and reduces the risk of accidental exposure, including [encryption](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#ensure-all-secrets-are-encrypted) at rest.
A {% glossary_tooltip text="Pod" term_id="pod" %} references the secret as a file in a volume mount or by the kubelet pulling images for a pod.
Secrets are great for confidential data and [ConfigMaps](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/) for non-confidential data.
Secrets are great for confidential data and [ConfigMaps](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) for non-confidential data.
-1
View File
@@ -28,7 +28,6 @@ toc:
- docs/tasks/configure-pod-container/assign-pods-nodes.md
- docs/tasks/configure-pod-container/configure-pod-initialization.md
- docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md
- docs/tasks/configure-pod-container/configmap.md
- docs/tasks/configure-pod-container/configure-pod-configmap.md
- docs/tools/kompose/user-guide.md