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
This commit is contained in:
Seokho
2019-02-13 01:40:32 +09:00
committed by Kubernetes Prow Robot
parent 7b6d7cb207
commit ffa83bb42f
@@ -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