Fix wrong host path for robot properties
[oom.git] / kubernetes / robot / templates / robot-deployment.yaml
index 154abb4..c3b50b7 100644 (file)
@@ -33,8 +33,8 @@ spec:
           readOnly: true
         - name: robot-resources-asdc-interface
           mountPath: /var/opt/OpenECOMP_ETE/robot/resources/asdc_interface.robot
-        - name: vm-properties
-          mountPath: /share/config/
+        - name: robot-eteshare
+          mountPath: /share
         - name: lighttpd-authorization
           mountPath: /etc/lighttpd/authorization
         ports:
@@ -51,9 +51,9 @@ spec:
         - name: robot-resources-asdc-interface
           hostPath:
             path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/asdc_interface.robot
-        - name: vm-properties
+        - name: robot-eteshare
           hostPath:
-            path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/config
+            path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/eteshare
         - name: lighttpd-authorization
           hostPath:
             path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/authorization