X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Fnonrtricgateway%2Ftemplates%2Fconfigmap.yaml;fp=smo-install%2Foran_oom%2Fnonrtricgateway%2Ftemplates%2Fconfigmap.yaml;h=12850df15a57ae08b69b9de1225f845916e0ac03;hp=d391d1eedcd80c327fcb487a295575631cca8ae9;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/nonrtricgateway/templates/configmap.yaml b/smo-install/oran_oom/nonrtricgateway/templates/configmap.yaml index d391d1ee..12850df1 100644 --- a/smo-install/oran_oom/nonrtricgateway/templates/configmap.yaml +++ b/smo-install/oran_oom/nonrtricgateway/templates/configmap.yaml @@ -14,16 +14,4 @@ # limitations under the License. # ################################################################################ - -apiVersion: v1 -kind: ConfigMap -metadata: - name: {{ include "common.name.nonrtricgateway" . }}-configmap - namespace: {{ include "common.namespace.nonrtric" . }} - labels: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.nonrtricgateway" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} -data: -{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }} \ No newline at end of file +{{ include "common.applicationConfigmap" . }}