Skip to content

Commit 61b333c

Browse files
authored
fix: validate package with full resource name (#141)
## 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
1 parent d8e826d commit 61b333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ components:
2828
maxTotalSeconds: 300
2929
wait:
3030
cluster:
31-
kind: Packages
31+
kind: packages.uds.dev
3232
name: mattermost
3333
namespace: mattermost
3434
condition: "'{.status.phase}'=Ready"

0 commit comments

Comments
 (0)