Allow exec and function transformers to generate resources

This commit is contained in:
Katrina Verey
2021-02-04 10:24:01 -08:00
parent f927cf0b8e
commit 97a2b15be6
3 changed files with 65 additions and 11 deletions

View File

@@ -38,12 +38,24 @@ data:
kind: ConfigMap
metadata:
annotations:
config.kubernetes.io/path: configmap_some-cm.yaml
modified-by: mixer-instance
name: some-cm
---
apiVersion: v1
data:
foo: bar
kind: ConfigMap
metadata:
annotations:
config.kubernetes.io/path: configmap_some-cm-copy.yaml
name: some-cm-copy
---
apiVersion: v1
kind: ConfigMap
metadata:
annotations:
config.kubernetes.io/path: configmap_net-new.yaml
name: net-new
`)
}