Config

Config context stores a set of keys and values.

Type

.spec.type should be config.

Data

.spec.data should be an array of keys and values.

Examples

config with two keys

apiVersion: "v1"
kind: "context"
owner: "account"
metadata:
  name: "my-config-context"
spec:
  type: "config"
  data:
    dbUrl: "db-url"
    sysUrl: "sys-url"