From 4138130ba69508a19c1f6431970251d2e4c703ca Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Fri, 9 Feb 2024 16:19:30 -0500 Subject: [PATCH] Remove spaces that makes helm lint unhappy --- 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 1caa21ba..a91a76bf 100644 --- a/galaxy/templates/hook-cvmfs-fix.yaml +++ b/galaxy/templates/hook-cvmfs-fix.yaml @@ -1,5 +1,5 @@ {{- if and .Values.refdata.enabled (eq .Values.refdata.type "cvmfs") }} - # Include the code you want to run when both conditions are met +# Include the code you want to run when both conditions are met apiVersion: batch/v1 kind: Job metadata: