Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-custom-properties-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Dec 10, 2024
2 parents 8e5106b + 55b37cb commit c26dcf0
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,60 +44,3 @@ components:
name: gitlab
namespace: gitlab
condition: "'{.status.phase}'=Ready"
- description: GitLab Exporter to be Healthy
wait:
cluster:
kind: Deployment
name: gitlab-gitlab-exporter
namespace: gitlab
condition: Available
- description: GitLab Registry to be Healthy
wait:
cluster:
kind: Deployment
name: gitlab-registry
namespace: gitlab
condition: Available
- description: GitLab Toolbox to be Healthy
wait:
cluster:
kind: Deployment
name: gitlab-toolbox
namespace: gitlab
condition: Available
- description: GitLab Sidekiq to be Healthy
wait:
cluster:
kind: Deployment
name: gitlab-sidekiq-all-in-1-v2
namespace: gitlab
condition: Available
- description: GitLab Webservice to be Healthy
wait:
cluster:
kind: Deployment
name: gitlab-webservice-default
namespace: gitlab
condition: Available
- description: GitLab Pages to be Healthy
wait:
cluster:
kind: Deployment
name: gitlab-gitlab-pages
namespace: gitlab
condition: Available
# StatefulSets don't show conditions themselves so we look for an underlying Pod
- description: GitLab Gitaly to be Healthy
wait:
cluster:
kind: Pod
name: app=gitaly
namespace: gitlab
condition: Ready
- description: GitLab Migrations to be Healthy
wait:
cluster:
kind: Job
name: app=migrations
namespace: gitlab
condition: Complete

0 comments on commit c26dcf0

Please sign in to comment.