From 317e4d8ce0c596915c0ed5655b45fe10729ad28e Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Fri, 25 Sep 2015 21:42:10 -0700 Subject: [PATCH] Fix wording in secrets doc. --- docs/user-guide/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/secrets.md b/docs/user-guide/secrets.md index 658b8e6ce84..5164ee5f871 100644 --- a/docs/user-guide/secrets.md +++ b/docs/user-guide/secrets.md @@ -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 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. See [here](service-accounts.md#adding-imagepullsecrets-to-a-service-account) for a detailed explanation of that process.