Highlighting an important point regarding ConfigMaps

pull/42710/head
Avik Kundu 2023-08-24 16:11:17 +00:00
parent 04b135af90
commit 36dcd40e06
1 changed files with 2 additions and 0 deletions

View File

@ -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