Add missing GLOBAL_INJECTED_SCRIPT_VERSION props
[oom.git] / kubernetes / robot / templates / robot-deployment.yaml
index c3b50b7..b80ea46 100644 (file)
@@ -33,6 +33,8 @@ spec:
           readOnly: true
         - name: robot-resources-asdc-interface
           mountPath: /var/opt/OpenECOMP_ETE/robot/resources/asdc_interface.robot
+        - name: robot-resources-sdnc-interface
+          mountPath: /var/opt/OpenECOMP_ETE/robot/resources/sdngc_interface.robot
         - name: robot-eteshare
           mountPath: /share
         - name: lighttpd-authorization
@@ -48,6 +50,9 @@ spec:
         - name: localtime
           hostPath:
             path: /etc/localtime
+        - name: robot-resources-sdnc-interface
+          hostPath:
+            path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/sdngc_interface.robot
         - name: robot-resources-asdc-interface
           hostPath:
             path: /dockerdata-nfs/{{ .Values.nsPrefix }}/robot/robot/resources/asdc_interface.robot