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