Skip to content

Commit 6f09418

Browse files
authored
Merge pull request #32310 from thockin/master
Clarify ConfigMap value type
2 parents ea6bbbd + 01ab111 commit 6f09418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ that lets you store configuration for other objects to use. Unlike most
4242
Kubernetes objects that have a `spec`, a ConfigMap has `data` and `binaryData`
4343
fields. These fields accept key-value pairs as their values. Both the `data`
4444
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
45+
contain UTF-8 strings while the `binaryData` field is designed to
4646
contain binary data as base64-encoded strings.
4747

4848
The name of a ConfigMap must be a valid

0 commit comments

Comments
 (0)