From 5bbb034c2f58b6b977fe18c68fdeae3572e0f803 Mon Sep 17 00:00:00 2001 From: David Igandan Date: Thu, 2 Jul 2026 15:02:58 +0100 Subject: [PATCH 1/2] remove extra templating --- wss/templates/dc-sim.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wss/templates/dc-sim.yaml b/wss/templates/dc-sim.yaml index addf845..eb322d3 100644 --- a/wss/templates/dc-sim.yaml +++ b/wss/templates/dc-sim.yaml @@ -25,8 +25,8 @@ spec: - name: "dlsfilesystem" 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}}`}}" + echo dlstbx.wrap --wrap dc_sim --recipewrapper "{{inputs.parameters.RECIPEWRAP}}" >runinfo + dlstbx.wrap --wrap dc_sim --recipewrapper "{{inputs.parameters.RECIPEWRAP}}" volumes: - name: dlsfilesystem hostPath: @@ -41,4 +41,4 @@ spec: arguments: parameters: - name: RECIPEWRAP - value: "{{`{{workflow.parameters.RECIPEWRAP}}`}}" + value: "{{workflow.parameters.RECIPEWRAP}}" From c7e48091acc74e7b56e3c3cbf25ab15edebb32ac Mon Sep 17 00:00:00 2001 From: David Igandan Date: Thu, 2 Jul 2026 15:07:27 +0100 Subject: [PATCH 2/2] updated dirs to take account of no helm templating allowed --- .workflows-lint.yaml | 3 ++- wss/Chart.yaml | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 wss/Chart.yaml diff --git a/.workflows-lint.yaml b/.workflows-lint.yaml index 7ea3213..b0f737b 100644 --- a/.workflows-lint.yaml +++ b/.workflows-lint.yaml @@ -1,3 +1,4 @@ charts: - testing-resources - - wss +manifests: + - wss/templates diff --git a/wss/Chart.yaml b/wss/Chart.yaml deleted file mode 100644 index 3d45a40..0000000 --- a/wss/Chart.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v2 -name: dc-sim -description: run dc-sim -type: application - -version: 0.1.0