We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea6bbbd + 01ab111 commit 6f09418Copy full SHA for 6f09418
content/en/docs/concepts/configuration/configmap.md
@@ -42,7 +42,7 @@ that lets you store configuration for other objects to use. Unlike most
42
Kubernetes objects that have a `spec`, a ConfigMap has `data` and `binaryData`
43
fields. These fields accept key-value pairs as their values. Both the `data`
44
field and the `binaryData` are optional. The `data` field is designed to
45
-contain UTF-8 byte sequences while the `binaryData` field is designed to
+contain UTF-8 strings while the `binaryData` field is designed to
46
contain binary data as base64-encoded strings.
47
48
The name of a ConfigMap must be a valid
0 commit comments