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