Config Maps
Config Maps are used to change something such as URL or name at deployment time.
Working with Config Maps
Create a config map with log_level = debug
Get all config maps present in cluster
Output config map as a yaml file.
Last updated