diff --git a/deployment/helm/templates/edgex-device-usb-camera/edgex-device-onvif-camera-deployment.yaml b/deployment/helm/templates/edgex-device-onvif-camera/edgex-device-onvif-camera-deployment.yaml similarity index 94% rename from deployment/helm/templates/edgex-device-usb-camera/edgex-device-onvif-camera-deployment.yaml rename to deployment/helm/templates/edgex-device-onvif-camera/edgex-device-onvif-camera-deployment.yaml index 5a3eb79d..97c6f96b 100644 --- a/deployment/helm/templates/edgex-device-usb-camera/edgex-device-onvif-camera-deployment.yaml +++ b/deployment/helm/templates/edgex-device-onvif-camera/edgex-device-onvif-camera-deployment.yaml @@ -67,6 +67,8 @@ spec: name: edgex-init - mountPath: /tmp/edgex/secrets name: edgex-secrets + - mountPath: /mnt/edgex-device-onvif-camera + name: device-onvif-camera {{- end }} {{- if .Values.edgex.resources.device.onvifcamera.enforceLimits }} resources: @@ -91,4 +93,7 @@ spec: - name: edgex-secrets persistentVolumeClaim: claimName: edgex-secrets + - name: device-onvif-camera + persistentVolumeClaim: + claimName: device-onvif-camera {{- end}} diff --git a/deployment/helm/templates/edgex-device-usb-camera/edgex-device-onvif-camera-service.yaml b/deployment/helm/templates/edgex-device-onvif-camera/edgex-device-onvif-camera-service.yaml similarity index 100% rename from deployment/helm/templates/edgex-device-usb-camera/edgex-device-onvif-camera-service.yaml rename to deployment/helm/templates/edgex-device-onvif-camera/edgex-device-onvif-camera-service.yaml diff --git a/deployment/helm/templates/edgex-device-onvif-camera/edgex-device-usb-camera-deployment.yaml b/deployment/helm/templates/edgex-device-usb-camera/edgex-device-usb-camera-deployment.yaml similarity index 95% rename from deployment/helm/templates/edgex-device-onvif-camera/edgex-device-usb-camera-deployment.yaml rename to deployment/helm/templates/edgex-device-usb-camera/edgex-device-usb-camera-deployment.yaml index beb0ff18..3d6e036c 100644 --- a/deployment/helm/templates/edgex-device-onvif-camera/edgex-device-usb-camera-deployment.yaml +++ b/deployment/helm/templates/edgex-device-usb-camera/edgex-device-usb-camera-deployment.yaml @@ -67,6 +67,8 @@ spec: name: edgex-init - mountPath: /tmp/edgex/secrets name: edgex-secrets + - mountPath: /mnt/edgex-device-usb-camera + name: device-usb-camera {{- end }} {{- if .Values.edgex.resources.device.usbcamera.enforceLimits }} resources: @@ -91,4 +93,7 @@ spec: - name: edgex-secrets persistentVolumeClaim: claimName: edgex-secrets + - name: device-usb-camera + persistentVolumeClaim: + claimName: device-usb-camera {{- end}} diff --git a/deployment/helm/templates/edgex-device-onvif-camera/edgex-device-usb-camera-service.yaml b/deployment/helm/templates/edgex-device-usb-camera/edgex-device-usb-camera-service.yaml similarity index 100% rename from deployment/helm/templates/edgex-device-onvif-camera/edgex-device-usb-camera-service.yaml rename to deployment/helm/templates/edgex-device-usb-camera/edgex-device-usb-camera-service.yaml