Skip to content

Commit

Permalink
chore: remove deployment/statefulset waits from the package (#254)
Browse files Browse the repository at this point in the history
## Description

Remove deployment/statefulset waits from the package

## Related Issue

Fixes #N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
Racer159 authored Dec 10, 2024
1 parent bb87c7b commit 55b37cb
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 55b37cb

Please sign in to comment.