My config map looks like this:
apiVersion: v1
data:
my-data.yaml |2-
#data comes here
kind: ConfigMap
Is it possible to extract the content of my-data.yaml key via
oc get configmap
or any other oc command?
e.g.
oc get configmap myconfigmap -o=yaml <[only my-data.yaml]>