Skip to content

Commit 92838ea

Browse files
authored
Merge pull request #47250 from windsonsea/anchory
Fix a link text in secret.md
2 parents eeae76e + 61b67bc commit 92838ea

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ have Kubernetes make the value of that Secret be available as a file inside
524524
the filesystem of one or more of the Pod's containers.
525525

526526
For instructions, refer to
527-
[Distribute credentials securely using Secrets](/docs/tasks/inject-data-application/distribute-credentials-secure/#create-a-pod-that-has-access-to-the-secret-data-through-a-volume).
527+
[Create a Pod that has access to the secret data through a Volume](/docs/tasks/inject-data-application/distribute-credentials-secure/#create-a-pod-that-has-access-to-the-secret-data-through-a-volume).
528528

529529
When a volume contains data from a Secret, and that Secret is updated, Kubernetes tracks
530530
this and updates the data in the volume, using an eventually-consistent approach.

0 commit comments

Comments
 (0)