From 5cc507b289bc7e4bd9818b0431014e7b721cab21 Mon Sep 17 00:00:00 2001 From: Benedikt Daurer Date: Mon, 10 Aug 2026 22:46:51 +0100 Subject: [PATCH 1/2] fix type --- i14/templates/xrf-tomo-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i14/templates/xrf-tomo-template.yaml b/i14/templates/xrf-tomo-template.yaml index 7c6676e..d0116bb 100644 --- a/i14/templates/xrf-tomo-template.yaml +++ b/i14/templates/xrf-tomo-template.yaml @@ -48,7 +48,7 @@ spec: value: "" - name: stacking value: "true" - - name: pathToStacked + - name: pathToStack value: "" volumeClaimTemplates: - metadata: From a40d12111420a3670483b97dc09d6d1a539ded41 Mon Sep 17 00:00:00 2001 From: Benedikt Daurer Date: Mon, 10 Aug 2026 22:48:21 +0100 Subject: [PATCH 2/2] fixing path --- i14/templates/xrf-tomo-template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/i14/templates/xrf-tomo-template.yaml b/i14/templates/xrf-tomo-template.yaml index d0116bb..5dc4d73 100644 --- a/i14/templates/xrf-tomo-template.yaml +++ b/i14/templates/xrf-tomo-template.yaml @@ -378,6 +378,7 @@ spec: TRANSITION="{{`{{= sprig.mustFromJson(inputs.parameters.edge).edgeTransition }}`}}" mkdir -p $OUTPUT/httomo_output mkdir -p $OUTPUT/httomo_output/${ELEMENT}-${TRANSITION} + mkdir -p /tmp/httomo_output ln -s $OUTPUT/httomo_output/${ELEMENT}-${TRANSITION} /tmp/httomo_output/${ELEMENT}-${TRANSITION}