Yaml context stores an yaml file.
.spec.type
should be yaml
.
.spec.data
should be an array of keys and values.
apiVersion: "v1"
kind: "context"
owner: "account"
metadata:
name: "my-yaml-context"
spec:
type: "yaml"
data:
serviceType: "LoadBalancer"
image: "mongo"