Question Create a ConfigMap by name test-cm with following data. Please use imperative commands for this task:
Key Value env dev log_path /var/log
kubectl create cm test-cm --from-literal=env=dev --from-literal=log_path=/var/log