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 17f418f + 97629eb commit 95217e6Copy full SHA for 95217e6
content/en/docs/concepts/configuration/configmap.md
@@ -31,7 +31,7 @@ This lets you fetch a container image running in the cloud and
31
debug the exact same code locally if needed.
32
33
A ConfigMap is not designed to hold large chunks of data. The data stored in a
34
-ConfigMap cannot exeed 1 MiB. If you need to store settings that are
+ConfigMap cannot exceed 1 MiB. If you need to store settings that are
35
larger than this limit, you may want to consider mounting a volume or use a
36
separate database or file service.
37
0 commit comments