First draft of the SMO package based on the ONAP charts
[it/dep.git] / smo-install / oran_oom / topology / templates / configmapenv.yaml
diff --git a/smo-install/oran_oom/topology/templates/configmapenv.yaml b/smo-install/oran_oom/topology/templates/configmapenv.yaml
new file mode 100644 (file)
index 0000000..9c167dd
--- /dev/null
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: topology-configmapenv
+  labels:
+    name: topology-env
+    release: {{ .Release.Name }}
+    chart: {{ .Chart.Name }}
+data:
+  AUTH_ENABLED: {{ .Values.conf.authEnabled | quote }}
+  AUTH_HOST_URL: {{ .Values.conf.authHostUrl | quote }}  
+  PROVIDERS: {{ .Values.conf.providers | quote }}
+  LOAD_PACKAGES: {{ .Values.conf.loadPackages | quote }}
+