I have a setup where I have multiple configmaps (with a common prefix). How do I edit all (or some) of them using a single command? Use case is, I have a common field in all of them which I want to edit.
I tried kubectl edit configmap prefix*
and kubectl edit configmap prefix.*
. Didn't work.