From a370eeefcd27764958c00364935897d353df9b1d Mon Sep 17 00:00:00 2001 From: Luqmaan Hakeem Date: Fri, 28 Apr 2023 04:38:15 +0530 Subject: [PATCH] Fixed broken link (#40103) * Fixed broken link * Fixed broken link Changed back to the old reference text * Fixed broken link Co-authored-by: Nitish Kumar --------- Co-authored-by: Nitish Kumar --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index 2186366fee9..afbc424ebda 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -143,7 +143,7 @@ method creates a new `Secret` object with the edited data. Depending on how you created the Secret, as well as how the Secret is used in your Pods, updates to existing `Secret` objects are propagated automatically to -Pods that use the data. For more information, refer to [Mounted Secrets are updated automatically](#mounted-secrets-are-updated-automatically). +Pods that use the data. For more information, refer to [Using Secrets as files from a Pod](#using-secrets-as-files-from-a-pod) section. ### Using a Secret