From 4176cc483ef39e15d237c6d07514121efccf8e73 Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 18 Dec 2023 23:14:32 +0000 Subject: [PATCH] fix: Gitlab toolbox backup wait --- zarf.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/zarf.yaml b/zarf.yaml index 87789d8..5abe7f5 100644 --- a/zarf.yaml +++ b/zarf.yaml @@ -110,12 +110,11 @@ components: after: - wait: cluster: - kind: Deployment - name: gitlab-webservice-default - condition: available + kind: CronJob + name: gitlab-toolbox-backup namespace: gitlab maxTotalSeconds: 900 - description: GitLab Webservice to be Ready + description: GitLab Backup CronJob Exists # This is needed on initial deployment to bind the PVC and allow the helmrelease to become ready - cmd: "kubectl create job -n gitlab --from=cronjob/gitlab-toolbox-backup deployment-gitlab-toolbox-backup-$(date +%s)" description: Triggger Gitlab Backup