xxxxxxxxxx
kubectl get configmaps special-config -o yaml
xxxxxxxxxx
kubectl create configmap app-settings --from-file=app-container/settings/app.properties
xxxxxxxxxx
ConfigMap is an API object used to store non-confidential data in key-value pairs.