Merge "Adding configmaps for A1 mediator."
[ric-plt/ric-dep.git] / helm / appmgr / templates / deployment.yaml
index 26ad883..9fb698e 100644 (file)
@@ -117,6 +117,8 @@ spec:
           envFrom:
             - configMapRef:
                 name: {{ include "common.configmapname.appmgr" . }}-env
+            - configMapRef:
+                name: {{ include "common.configmapname.dbaas" . }}-appconfig
           livenessProbe:
             #exec:
             #  command:
@@ -129,11 +131,11 @@ spec:
           #  httpGet:
           #    path: /
           #    port: http
-          restartPolicy: Always
           securityContext:
             # ubuntu
             #runAsUser: 1000
             #allowPrivilegeEscalation: false
+      restartPolicy: Always
       volumes:
         - name: config-volume
           configMap: