First draft of the SMO package based on the ONAP charts
[it/dep.git] / smo-install / oran_oom / oru-app / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: oru-app-configmap
5   labels:
6     name: oru-app
7     release: {{ .Release.Name }}
8     chart: {{ .Chart.Name }}
9 data:
10 {{ tpl (.Files.Glob "resources/config/*.{json,xml,txt}").AsConfig . | indent 2 }}