diff --git a/common/zarf.yaml b/common/zarf.yaml index 4713419e..17c4d077 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -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