From aed0ec1c3fcb9aab85c2025be6d54c06d13dba6c Mon Sep 17 00:00:00 2001 From: George Taylor Date: Fri, 26 Jul 2024 18:27:48 +0100 Subject: [PATCH] Update data-refresh.yaml --- .github/workflows/data-refresh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/data-refresh.yaml b/.github/workflows/data-refresh.yaml index af6c002..5aa0f27 100644 --- a/.github/workflows/data-refresh.yaml +++ b/.github/workflows/data-refresh.yaml @@ -118,7 +118,7 @@ jobs: KUBE_CLUSTER: ${{ secrets.KUBE_CLUSTER }} - name: Uninstall S3 Refresh chart - run: helm uninstall refresh-s3 + run: helm uninstall refresh-s3 --ignore-not-found - name: S3 Refresh working-directory: jobs/refresh-s3 @@ -140,7 +140,7 @@ jobs: kubectl wait jobs -l name-prefix=refresh-s3 --for=condition=complete --timeout 10h - name: Uninstall S3 Refresh chart - run: helm uninstall refresh-s3 + run: helm uninstall refresh-s3 --ignore-not-found # wipe-solr-data: # name: Wipe Solr Data