Updating reference to A1 image with fix
[ric-plt/ric-dep.git] / helm / a1mediator / templates / deployment.yaml
index 7251935..a4023e7 100644 (file)
@@ -51,17 +51,12 @@ spec:
         - name: {{ include "common.containername.a1mediator" . }}
           volumeMounts:
           - name: a1conf
-            mountPath: /opt/ricmanifest.json
-            subPath: ricmanifest.json
-          - name: a1conf
-            mountPath: /opt/rmr_string_int_mapping.txt
-            subPath: rmr_string_int_mapping.txt
-          - name: a1conf
-            mountPath: /opt/route/local.rt
-            subPath: local.rt
+            mountPath: /opt/route
           envFrom:
             - configMapRef:
                 name: {{ include "common.configmapname.a1mediator" . }}-env
+            - configMapRef:
+                name: {{ include "common.configmapname.dbaas" . }}-appconfig
           image: {{ include "common.dockerregistry.url" $imagectx }}/{{ .Values.a1mediator.image.name }}:{{ .Values.a1mediator.image.tag }}
           imagePullPolicy: {{ include "common.dockerregistry.pullpolicy" $pullpolicyctx }}
           ports: