diff --git a/eks-simple/components/configmap.toml b/eks-simple/components/configmap.toml new file mode 100644 index 0000000..1141664 --- /dev/null +++ b/eks-simple/components/configmap.toml @@ -0,0 +1,15 @@ +#:schema https://api.nuon.co/v1/general/config-schema?type=kubernetes-manifest + +name = "configmap" +type = "kubernetes_manifest" + +namespace = "{{.nuon.install.id}}" +manifest = """ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{.nuon.install.id}} + namespace: {{.nuon.install.id}} +data: + DEMO_KEY: hello erc! +"""