From 9ff4313339ffb481ca86aea17f5ccc93aad7f753 Mon Sep 17 00:00:00 2001 From: alex-libre <42878267+alex-libre@users.noreply.github.com> Date: Wed, 5 Sep 2018 23:47:34 -0700 Subject: [PATCH] Fixed typo that combined two separate sentences without a period (#10196) Moved second sentence ("Each...") to bottom of section --- content/en/docs/concepts/containers/images.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index 71d98c67391..c48b7250306 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -55,6 +55,7 @@ Credentials can be provided in several ways: - requires root access to all nodes to setup - Specifying ImagePullSecrets on a Pod - only pods which provide own keys can access the private registry + Each option is described in more detail below.