From f76d80818b6dab0509d1711bf65dba40e6711cde Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Sat, 6 Jan 2018 00:32:33 -0800 Subject: [PATCH] Correct references in Jekyll data files --- _data/glossary/configmap.yaml | 2 +- _data/glossary/secret.yml | 2 +- _data/tasks.yml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_data/glossary/configmap.yaml b/_data/glossary/configmap.yaml index b961b734b0..faebef5297 100644 --- a/_data/glossary/configmap.yaml +++ b/_data/glossary/configmap.yaml @@ -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 diff --git a/_data/glossary/secret.yml b/_data/glossary/secret.yml index 1565df28f8..c131817f8b 100644 --- a/_data/glossary/secret.yml +++ b/_data/glossary/secret.yml @@ -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. diff --git a/_data/tasks.yml b/_data/tasks.yml index d6a0376601..19303d038c 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -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