From f272bf19f1120aefb896100d8ab5060d88786c7b Mon Sep 17 00:00:00 2001 From: naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Wed, 10 Mar 2021 17:13:52 +0000 Subject: [PATCH] Fix - cron included caching settings Included caching settings for the cron job. --- k8s/cron.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/k8s/cron.yaml b/k8s/cron.yaml index 14a79b50330..5ccd6d99cbb 100644 --- a/k8s/cron.yaml +++ b/k8s/cron.yaml @@ -24,4 +24,8 @@ spec: key: token - name: GCS_BUCKET value: ossf-scorecards + - name: BLOB_URL + value: "gs://ossf-scorecards-cache" + - name: USE_BLOB_CACHE + value: true restartPolicy: OnFailure