From ffa83bb42f5ec7395246401d6abdef1483a932b1 Mon Sep 17 00:00:00 2001 From: Seokho Date: Wed, 13 Feb 2019 01:40:32 +0900 Subject: [PATCH] Fix a misleading word in containers/images.md (#12553) * Fix a misleading word in containers/images.md * Rev Fix a misleading word in containers/images.md --- content/en/docs/concepts/containers/images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/images.md b/content/en/docs/concepts/containers/images.md index 8885784e4c..0d5a4bcd39 100644 --- a/content/en/docs/concepts/containers/images.md +++ b/content/en/docs/concepts/containers/images.md @@ -318,7 +318,7 @@ type: kubernetes.io/dockerconfigjson If you get the error message `error: no objects passed to create`, it may mean the base64 encoded string is invalid. If you get an error message like `Secret "myregistrykey" is invalid: data[.dockerconfigjson]: invalid value ...`, it means -the data was successfully un-base64 encoded, but could not be parsed as a `.docker/config.json` file. +the base64 encoded string in the data was successfully decoded, but could not be parsed as a `.docker/config.json` file. #### Referring to an imagePullSecrets on a Pod