Skip to content

Commit 8b1b362

Browse files
committed
fix: null value for prefetcher jobs
1 parent e519af9 commit 8b1b362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm/cvmfs-csi/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ nodeplugin:
115115
tag: "" # If no tag specified default to Chart AppVersion.
116116
pullPolicy: IfNotPresent
117117
# Jobs defines the pre-fetching tasks for keeping the client cache warm.
118-
jobs: {}
118+
jobs: []
119119
# - name: example-job # Names should be unique and confirm to k8s resource naming specification.
120120
# # image: "" # Optional if not specified defaults to prefetcher.image. Image must include crond.
121121
# schedule: "* * * * *"

0 commit comments

Comments
 (0)