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