Improve oran_oom helm charts
[it/dep.git] / smo-install / oran_oom / oru-app / templates / configmap.yaml
index 259387f..b417a21 100644 (file)
@@ -1,10 +1,5 @@
 apiVersion: v1
 kind: ConfigMap
-metadata:
-  name: oru-app-configmap
-  labels:
-    name: oru-app
-    release: {{ .Release.Name }}
-    chart: {{ .Chart.Name }}
+metadata: {{ include "common.resourceMetadata" . | nindent 2 }}
 data:
 {{ tpl (.Files.Glob "resources/config/*.{json,xml,txt}").AsConfig . | indent 2 }}