Improve oran_oom helm charts
[it/dep.git] / smo-install / oran_oom / oru-app / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata: {{ include "common.resourceMetadata" . | nindent 2 }}
4 data:
5 {{ tpl (.Files.Glob "resources/config/*.{json,xml,txt}").AsConfig . | indent 2 }}