Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: Gitlab toolbox backup wait
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Dec 18, 2023
1 parent 9504efe commit 4176cc4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4176cc4

Please sign in to comment.