-
Notifications
You must be signed in to change notification settings - Fork 1.5k
configmaps
Deekshith SN edited this page Apr 9, 2021
·
1 revision
A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume.
A ConfigMap allows you to decouple environment-specific configuration from your container images, so that your applications are easily portable.