Skip to content

Commit 95217e6

Browse files
authored
Merge pull request #25102 from balanceiskey/patch-1
Update configmap.md
2 parents 17f418f + 97629eb commit 95217e6

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
@@ -31,7 +31,7 @@ This lets you fetch a container image running in the cloud and
3131
debug the exact same code locally if needed.
3232

3333
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
34+
ConfigMap cannot exceed 1 MiB. If you need to store settings that are
3535
larger than this limit, you may want to consider mounting a volume or use a
3636
separate database or file service.
3737

0 commit comments

Comments
 (0)