First draft of the SMO package based on the ONAP charts
[it/dep.git] / smo-install / oran_oom / oru-app / templates / configmap.yaml
diff --git a/smo-install/oran_oom/oru-app/templates/configmap.yaml b/smo-install/oran_oom/oru-app/templates/configmap.yaml
new file mode 100644 (file)
index 0000000..259387f
--- /dev/null
@@ -0,0 +1,10 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: oru-app-configmap
+  labels:
+    name: oru-app
+    release: {{ .Release.Name }}
+    chart: {{ .Chart.Name }}
+data:
+{{ tpl (.Files.Glob "resources/config/*.{json,xml,txt}").AsConfig . | indent 2 }}