Files
kustomize/examples/alphaTestExamples/helloworld/configMap.yaml
Phani Teja Marupaka c340c30f25 Alpha commands e2e tests
2020-01-15 14:17:37 -08:00

8 lines
117 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: the-map
data:
altGreeting: "Good Morning!"
enableRisky: "false"