X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Finformationservice%2Ftemplates%2Fconfigmap.yaml;fp=smo-install%2Foran_oom%2Finformationservice%2Ftemplates%2Fconfigmap.yaml;h=269b2d7f94f0356e58d8a00734f94e1e45f84d16;hb=cdb0db58a12a8d78c95d5ac72154fbe404bc441c;hp=4d4df9f25acf4abcd568468025b2e6d2eecdd171;hpb=dab79c372151329e07d6daf227009cd8abaadd7d;p=it%2Fdep.git diff --git a/smo-install/oran_oom/informationservice/templates/configmap.yaml b/smo-install/oran_oom/informationservice/templates/configmap.yaml index 4d4df9f2..269b2d7f 100644 --- a/smo-install/oran_oom/informationservice/templates/configmap.yaml +++ b/smo-install/oran_oom/informationservice/templates/configmap.yaml @@ -14,16 +14,4 @@ # limitations under the License. # ################################################################################ - -apiVersion: v1 -kind: ConfigMap -metadata: - name: {{ include "common.name.informationservice" . }}-configmap - namespace: {{ include "common.namespace.nonrtric" . }} - labels: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.informationservice" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -data: -{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} +{{ include "common.applicationConfigmap" . }}