X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fnonrtricgateway%2Ftemplates%2Fconfigmap.yaml;h=12850df15a57ae08b69b9de1225f845916e0ac03;hb=cdb0db58a12a8d78c95d5ac72154fbe404bc441c;hp=d391d1eedcd80c327fcb487a295575631cca8ae9;hpb=a2c2df5014145ee3126146987d9039e397b12407;p=it%2Fdep.git 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" . }}