Skip to content

Commit

Permalink
fix: validate package with full resource name (#141)
Browse files Browse the repository at this point in the history
## Description

validate package with full resource name

## 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/uds-package-mattermost/blob/main/CONTRIBUTING.md#developer-workflow)
followed
  • Loading branch information
anthonywendt authored Oct 7, 2024
1 parent d8e826d commit 61b333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
maxTotalSeconds: 300
wait:
cluster:
kind: Packages
kind: packages.uds.dev
name: mattermost
namespace: mattermost
condition: "'{.status.phase}'=Ready"
Expand Down

0 comments on commit 61b333c

Please sign in to comment.