Skip to content

Commit ab2d1fb

Browse files
authored
Merge pull request #27066 from Shegox/patch-1
clarify: add that binaryData is base64-encoded
2 parents a3cd78a + 69172df commit ab2d1fb

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
@@ -43,7 +43,7 @@ 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
4545
contain UTF-8 byte sequences while the `binaryData` field is designed to
46-
contain binary data.
46+
contain binary data as base64-encoded strings.
4747

4848
The name of a ConfigMap must be a valid
4949
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).

0 commit comments

Comments
 (0)