From 5799e6e4c6140972916e6d48de3cf18ac1c983ae Mon Sep 17 00:00:00 2001 From: Aditya Samant Date: Mon, 15 Jan 2024 14:17:34 +0530 Subject: [PATCH] Fix the links in the ConfigMap documentation related to projection of keys and file permissions. --- .../configure-pod-container/configure-pod-configmap.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md b/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md index b7d942b30e589..1eb409389fed9 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -728,10 +728,8 @@ kubectl delete pod dapi-test-pod --now ### Project keys to specific paths and file permissions -You can project keys to specific paths and specific permissions on a per-file -basis. The -[Secrets](/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod) -guide explains the syntax. +You can project keys to specific paths. Refer to the corresponding section in the [Secrets](/docs/tasks/inject-data-application/distribute-credentials-secure/#project-secret-keys-to-specific-file-paths) guide for the syntax. +You can set POSIX permissions for keys. Refer to the corresponding section in the [Secrets](/docs/tasks/inject-data-application/distribute-credentials-secure/#set-posix-permissions-for-secret-keys) guide for the syntax. ### Optional references