Skip to content

Commit a80751f

Browse files
PMax51602077
andauthored
feat: Allow helm template parsing from job scripts (#146)
* feat: Allow helm template parsing from job scripts --------- Co-authored-by: jack <[email protected]>
1 parent 8b1b362 commit a80751f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployments/helm/cvmfs-csi/templates/prefetcher-configmaps.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ metadata:
1111
data:
1212
# Entrypoint for cvmfs-csi prefetcher job mounted at
1313
# /etc/cvmfs-csi/prefetcher/entrypoint.sh.
14-
entrypoint.sh: {{ toYaml .script | nindent 4 }}
14+
entrypoint.sh: |
15+
{{- tpl .script $ | nindent 4 }}
1516
1617
# Crontab configuration for entrypoint.sh.
1718
cron.d: |

0 commit comments

Comments
 (0)