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:
parent
4aebb184ba
commit
f08451fe63
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue