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 yaml
Last updated
Was this helpful?