Skip to content

Commit

Permalink
wait for the registry deployment to be fully ready before continuing (#…
Browse files Browse the repository at this point in the history
…2116)

## Description

This changes the registry wait command to wait for the full deployment
of the registry rather than a pod to avoid race conditions during
bootup.

## Related Issue

Fixes #N/A

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] 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/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
Racer159 authored Nov 1, 2023
1 parent 6a6be54 commit c04af6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zarf-registry/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ components:
after:
- wait:
cluster:
kind: pod
kind: deployment
namespace: zarf
name: app=docker-registry
condition: Ready
condition: Available

0 comments on commit c04af6e

Please sign in to comment.