Config context stores a set of keys and values.
.spec.type
should be config
.
.spec.data
should be an array of keys and values.
apiVersion: "v1"
kind: "context"
owner: "account"
metadata:
name: "my-config-context"
spec:
type: "config"
data:
dbUrl: "db-url"
sysUrl: "sys-url"