From f08451fe6331ffe7862cb885989b255c21135126 Mon Sep 17 00:00:00 2001 From: okumin Date: Sun, 7 Jan 2018 22:46:08 +0900 Subject: [PATCH] Fix concepts/configuration/secret * Fix link to `Add ImagePullSecrets to a service account` * Modify the headline level of `Automatic Mounting of Manually Created Secrets` --- docs/concepts/configuration/secret.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.