Skip to content

Commit f6f9178

Browse files
authored
fix: cron job requires strings not int (#3994)
1 parent 65b261a commit f6f9178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/clouddeploy/gke-workers/environments/oss-vdb-test/debian-cve-convert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ spec:
1717
- name: INPUT_GCS_BUCKET
1818
value: osv-test-cve-osv-conversion
1919
- name: NUM_WORKERS
20-
value: 256
20+
value: '256'

0 commit comments

Comments
 (0)