diff --git a/docs/concepts/configuration/secret.md b/docs/concepts/configuration/secret.md index 54db877ce6..548c5bca95 100644 --- a/docs/concepts/configuration/secret.md +++ b/docs/concepts/configuration/secret.md @@ -399,10 +399,10 @@ You can manually create an imagePullSecret, and reference it from a serviceAccount. Any pods created with that serviceAccount or that default to use that serviceAccount, will get their imagePullSecret field set to that of the service account. -See [Adding ImagePullSecrets to a service account](/docs/tasks/configure-pod-container/configure-service-account/#adding-imagepullsecrets-to-a-service-account) +See [Add ImagePullSecrets to a service account](/docs/tasks/configure-pod-container/configure-service-account/#add-imagepullsecrets-to-a-service-account) for a detailed explanation of that process. -#### Automatic Mounting of Manually Created Secrets +### Automatic Mounting of Manually Created Secrets Manually created secrets (e.g. one containing a token for accessing a github account) can be automatically attached to pods based on their service account.