Commit 317e4d8c authored by Eric Tune's avatar Eric Tune

Fix wording in secrets doc.

parent f8a9943d
...@@ -165,7 +165,7 @@ Use of imagePullSecrets is described in the [images documentation](images.md#spe ...@@ -165,7 +165,7 @@ Use of imagePullSecrets is described in the [images documentation](images.md#spe
You can manually create an imagePullSecret, and reference it from 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 have the imagePullSecret of the 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 [here](service-accounts.md#adding-imagepullsecrets-to-a-service-account) See [here](service-accounts.md#adding-imagepullsecrets-to-a-service-account)
for a detailed explanation of that process. for a detailed explanation of that process.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment