Currently cluster resources are displayed as yaml that has values in quotes:
app.kubernetes.io/name: "openshift-quickstart"
Yaml values can be provided without quotes though:
app.kubernetes.io/name: openshift-quickstart
It would be handy if there was a way to switch from one display mode to the other one in the tooldbar of the editor.
Currently cluster resources are displayed as yaml that has values in quotes:
Yaml values can be provided without quotes though:
It would be handy if there was a way to switch from one display mode to the other one in the tooldbar of the editor.