Fix concepts/configuration/secret

* Fix link to `Add ImagePullSecrets to a service account`
* Modify the headline level of `Automatic Mounting of Manually Created
Secrets`
This commit is contained in:
okumin 2018-01-07 22:46:08 +09:00
parent 4aebb184ba
commit f08451fe63
1 changed files with 2 additions and 2 deletions

View File

@ -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.