Skip to content

Fix issue with the gcs cron backup getting stuck

DJ Mountney requested to merge fix-gcs-cron into master

We were including a while loop in the gsutil configure script that isn't needed there.

The loop is already added in the deployment, and not needed in the backup cron.

Fixes: https://gitlab.com/charts/gitlab/issues/1503

Merge request reports