Skip to content

Commit 5799e6e

Browse files
Fix the links in the ConfigMap documentation related to projection of keys and file permissions.
1 parent 5f09ece commit 5799e6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,10 +728,8 @@ kubectl delete pod dapi-test-pod --now
728728

729729
### Project keys to specific paths and file permissions
730730

731-
You can project keys to specific paths and specific permissions on a per-file
732-
basis. The
733-
[Secrets](/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod)
734-
guide explains the syntax.
731+
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.
732+
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.
735733

736734
### Optional references
737735

0 commit comments

Comments
 (0)