Config Maps
Config Maps are used to change something such as URL or name at deployment time.
Working with Config Maps
$ kubectl create configmap logger - —from-literal=log_level=debug$ kubectl get configmaps$ kubectl get configmap/logger -o yamlLast updated
Was this helpful?