Merge pull request #6869 from okumin/fix-secret-doc

Fix concepts/configuration/secret
This commit is contained in:
Joseph Heck
2018-01-07 09:05:04 -08:00
committed by GitHub
+2 -2
View File
@@ -399,10 +399,10 @@ You can manually create an imagePullSecret, and reference it from
a serviceAccount. Any pods created with that serviceAccount a serviceAccount. Any pods created with that serviceAccount
or that default to use that serviceAccount, will get their imagePullSecret or that default to use that serviceAccount, will get their imagePullSecret
field set to that of the service account. 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. 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) 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. can be automatically attached to pods based on their service account.