Skip to content

Commit 69172df

Browse files
authored
clarify: add that binaryData is base64-encoded
1 parent 885daa2 commit 69172df

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)