CKAD Lightning Lab 1 Q3

Hi,

when i am ceate a configmap using below imperative statement,
k -n dvl1987 create configmap time-config --from-file=TIME_FREQ=10

got this error messageerror:
error reading 10: no such file or directory

Can you please help me by resolving this issue.

Hello, @Sampath786
You are passing the key-value pairs instead of file.
Please check the attached screenshot.

You can see more examples in the official k8s page.

yeah got it, thanks you so much for correcting.