Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 246 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 246 Bytes

Config maps

Commands

kubectl create configmap app-config --from-literal=APP_COLOR=blue --from-literal=APP_MODE=prod

kubectl create configmap app-config --from-file=./path/to/config/file

kubectl get configmaps

kubect describe configmaps