From 94e5cc5ae623ba05144a458fb1739b37d42df035 Mon Sep 17 00:00:00 2001 From: Ben Mountjoy Date: Thu, 2 Nov 2023 15:48:26 -0600 Subject: [PATCH] wait --- examples/longhorn/zarf.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/longhorn/zarf.yaml b/examples/longhorn/zarf.yaml index a91f8859b7..cb981f5e15 100644 --- a/examples/longhorn/zarf.yaml +++ b/examples/longhorn/zarf.yaml @@ -53,12 +53,7 @@ components: - cmd: "./zarf tools kubectl -n longhorn-system patch -p '{\"value\": \"true\"}' --type=merge lhs deleting-confirmation-flag" onDeploy: after: - - wait: - cluster: - kind: deployment - name: --all - namespace: longhorn-system - condition: available + - cmd: "./zarf tools kubectl wait -n longhorn-system deployment --all --for=condition=Available" - cmd: "./zarf tools kubectl rollout status daemonset -n longhorn-system" manifests: - name: longhorn-connect