X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Ftopology%2Ftemplates%2Fconfigmapenv.yaml;fp=smo-install%2Foran_oom%2Ftopology%2Ftemplates%2Fconfigmapenv.yaml;h=2991abf56552d6bc0560a2cb06e7255d009d7b3c;hp=8a06b082ef54a5376c5be30d0c75fa76177ae963;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/topology/templates/configmapenv.yaml b/smo-install/oran_oom/topology/templates/configmapenv.yaml index 8a06b082..2991abf5 100644 --- a/smo-install/oran_oom/topology/templates/configmapenv.yaml +++ b/smo-install/oran_oom/topology/templates/configmapenv.yaml @@ -14,15 +14,10 @@ apiVersion: v1 kind: ConfigMap -metadata: - name: topology-configmapenv - labels: - name: topology-env - release: {{ .Release.Name }} - chart: {{ .Chart.Name }} +metadata: {{ include "common.resourceMetadata" (dict "suffix" "configmapenv" "dot" . ) | nindent 2 }} data: AUTH_ENABLED: {{ .Values.conf.authEnabled | quote }} - AUTH_HOST_URL: {{ .Values.conf.authHostUrl | quote }} + AUTH_HOST_URL: {{ .Values.conf.authHostUrl | quote }} PROVIDERS: {{ .Values.conf.providers | quote }} LOAD_PACKAGES: {{ .Values.conf.loadPackages | quote }}