ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable.
I have a configmap where I have defined the following key-value mapping in the data section: apiVersion: v1 kind: ConfigMap …
deployment kubernetes environment-variables containers configmap