Hi@akhtar,
You can use kubectl create configmap with the --from-literal argument to define a literal value from the command line as shown below.
$ kubectl create configmap special-config --from-literal=special.how=very --from-literal=special.type=charm