-
K8s ConfigMap question. I'm sure when I used to run
kubectl edit configmap foo
where the ConfigMap holds a yaml file it used to be just inline yaml, but now it's an escaped string. Is there any way to get it back to inline?
kubectl edit configmap foo
where the ConfigMap holds a yaml file it used to be just inline yaml, but now it's an escaped string. Is there any way to get it back to inline?