Hi@akhtar,
You can pass in the --from-file argument multiple times to create a ConfigMap from multiple data sources. You can see the below command for reference.
$ kubectl create configmap game-config-2 --from-file=configure-pod-container/configmap/game.properties --from-file=configure-pod-container/configmap/ui.properties