We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1b362 commit a80751fCopy full SHA for a80751f
deployments/helm/cvmfs-csi/templates/prefetcher-configmaps.yaml
@@ -11,7 +11,8 @@ metadata:
11
data:
12
# Entrypoint for cvmfs-csi prefetcher job mounted at
13
# /etc/cvmfs-csi/prefetcher/entrypoint.sh.
14
- entrypoint.sh: {{ toYaml .script | nindent 4 }}
+ entrypoint.sh: |
15
+ {{- tpl .script $ | nindent 4 }}
16
17
# Crontab configuration for entrypoint.sh.
18
cron.d: |
0 commit comments