Skip to content

Commit

Permalink
Fix the links in the ConfigMap documentation related to projection of…
Browse files Browse the repository at this point in the history
… keys and file permissions.
  • Loading branch information
adityasamant25 committed Jan 15, 2024
1 parent 5f09ece commit 5799e6e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5799e6e

Please sign in to comment.