From 36dcd40e06f2d0b90ec8514476b8c3373545707f Mon Sep 17 00:00:00 2001 From: Avik Kundu <1828008@kiit.ac.in> Date: Thu, 24 Aug 2023 16:11:17 +0000 Subject: [PATCH] Highlighting an important point regarding ConfigMaps --- content/en/docs/concepts/configuration/configmap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/concepts/configuration/configmap.md b/content/en/docs/concepts/configuration/configmap.md index a1763b9459..49433ca4f2 100644 --- a/content/en/docs/concepts/configuration/configmap.md +++ b/content/en/docs/concepts/configuration/configmap.md @@ -29,10 +29,12 @@ that exposes the database component to your cluster. This lets you fetch a container image running in the cloud and debug the exact same code locally if needed. +{{< note >}} A ConfigMap is not designed to hold large chunks of data. The data stored in a ConfigMap cannot exceed 1 MiB. If you need to store settings that are larger than this limit, you may want to consider mounting a volume or use a separate database or file service. +{{< /note >}} ## ConfigMap object