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 d952d37 + 36dcd40 commit 94fc89fCopy full SHA for 94fc89f
content/en/docs/concepts/configuration/configmap.md
@@ -29,10 +29,12 @@ that exposes the database component to your cluster.
29
This lets you fetch a container image running in the cloud and
30
debug the exact same code locally if needed.
31
32
+{{< note >}}
33
A ConfigMap is not designed to hold large chunks of data. The data stored in a
34
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
+{{< /note >}}
38
39
## ConfigMap object
40
0 commit comments