From 05e2858bb610c359a1775728547c8dcbe0baedcd Mon Sep 17 00:00:00 2001 From: David Igandan Date: Thu, 2 Jul 2026 14:29:44 +0100 Subject: [PATCH] fix volume mount paths --- wss/templates/dc-sim.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wss/templates/dc-sim.yaml b/wss/templates/dc-sim.yaml index 09d74b7..addf845 100644 --- a/wss/templates/dc-sim.yaml +++ b/wss/templates/dc-sim.yaml @@ -23,14 +23,14 @@ spec: command: [bash] volumeMounts: - name: "dlsfilesystem" - mountPath: "/" + mountPath: "/dls/tmp/wdr83388" source: | echo dlstbx.wrap --wrap dc_sim --recipewrapper "{{`{{inputs.parameters.RECIPEWRAP}}`}}" >runinfo dlstbx.wrap --wrap dc_sim --recipewrapper "{{`{{inputs.parameters.RECIPEWRAP}}`}}" volumes: - name: dlsfilesystem hostPath: - path: "{{ inputs.parameters.RECIPEWRAP }}" + path: "/dls/tmp/wdr83388" type: Directory - name: workflow-entry