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.
1 parent 2eca0fd commit b537556Copy full SHA for b537556
content/en/docs/concepts/configuration/configmap.md
@@ -40,7 +40,7 @@ separate database or file service.
40
A ConfigMap is an API [object](/docs/concepts/overview/working-with-objects/kubernetes-objects/)
41
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 accepts key-value pairs as their values. Both the `data`
+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
46
contain binary data.
0 commit comments