Skip to content

Commit 94fc89f

Browse files
authored
Merge pull request #42710 from Lucifergene/cm-note
Highlighting an important point regarding ConfigMaps
2 parents d952d37 + 36dcd40 commit 94fc89f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ that exposes the database component to your cluster.
2929
This lets you fetch a container image running in the cloud and
3030
debug the exact same code locally if needed.
3131

32+
{{< note >}}
3233
A ConfigMap is not designed to hold large chunks of data. The data stored in a
3334
ConfigMap cannot exceed 1 MiB. If you need to store settings that are
3435
larger than this limit, you may want to consider mounting a volume or use a
3536
separate database or file service.
37+
{{< /note >}}
3638

3739
## ConfigMap object
3840

0 commit comments

Comments
 (0)