From fffa71ddc13e27f37357ee70d0445bbfb715b9bf Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 2 Oct 2024 19:58:32 +0000 Subject: [PATCH] fix: validate package with full resource name --- common/zarf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zarf.yaml b/common/zarf.yaml index 91cb17a..db1c8bf 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -30,7 +30,7 @@ components: maxTotalSeconds: 300 wait: cluster: - kind: Packages + kind: packages.uds.dev name: postgres namespace: postgres condition: "'{.status.phase}'=Ready"