259387f4d8af760d223f76b6bb442a7e2495d2dc
[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 }}