Support for dbaas(HA/SA) in deployment
[ric-plt/ric-dep.git] / helm / e2mgr / templates / deployment.yaml
index 04028a4..f5cbafe 100644 (file)
@@ -59,6 +59,8 @@ spec:
           envFrom:
             - configMapRef:
                 name: {{ include "common.configmapname.e2mgr" . }}-env
+            - configMapRef:
+                name: {{ include "common.configmapname.dbaas" . }}-appconfig
           ports:
             - name: "http"
               containerPort: {{ include "common.serviceport.e2mgr.http" . }}