X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Finformationservice%2Ftemplates%2Fconfigmap.yaml;fp=smo-install%2Foran_oom%2Finformationservice%2Ftemplates%2Fconfigmap.yaml;h=269b2d7f94f0356e58d8a00734f94e1e45f84d16;hp=4d4df9f25acf4abcd568468025b2e6d2eecdd171;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae 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" . }}