From 8723418055d194a4341f1a0a81b090eb8546bf63 Mon Sep 17 00:00:00 2001 From: NilsKrattinger Date: Tue, 13 Aug 2024 11:37:09 +0200 Subject: [PATCH] fix: Remove extra withspace in hook-cvmfs-fix --- galaxy/templates/hook-cvmfs-fix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/templates/hook-cvmfs-fix.yaml b/galaxy/templates/hook-cvmfs-fix.yaml index 89150080..9ca1738b 100644 --- a/galaxy/templates/hook-cvmfs-fix.yaml +++ b/galaxy/templates/hook-cvmfs-fix.yaml @@ -1,4 +1,4 @@ -{{- if and .Values.cvmfs.deployPostInstallFix .Values.refdata.enabled (eq .Values.refdata.type "cvmfs") }} +{{- if and .Values.cvmfs.deployPostInstallFix .Values.refdata.enabled (eq .Values.refdata.type "cvmfs") }} --- # Include the code you want to run when both conditions are met apiVersion: batch/v1