Skip to content

Commit

Permalink
feat: add wait for GL package CR readiness
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Jun 5, 2024
1 parent 9b5a258 commit 4422f53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ components:
version: "8.0.1"
valuesFiles:
- ../values/common-values.yaml
actions:
onDeploy:
after:
- description: Validate GitLab Package
maxTotalSeconds: 300
wait:
cluster:
kind: Packages
name: gitlab
namespace: gitlab
condition: "'{.status.phase}'=Ready"

0 comments on commit 4422f53

Please sign in to comment.