diff --git a/common/zarf.yaml b/common/zarf.yaml index 5a0db2e..92181a6 100644 --- a/common/zarf.yaml +++ b/common/zarf.yaml @@ -21,6 +21,14 @@ components: actions: onDeploy: after: + - description: Validate Postgres Operator Package + maxTotalSeconds: 300 + wait: + cluster: + kind: Packages + name: postgres + namespace: postgres + condition: "'{.status.phase}'=Ready" - description: Postgres Operator to be Healthy maxTotalSeconds: 90 wait: