From 5f830bc84c91836c78c39733e494994b947a4983 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Thu, 15 Aug 2024 16:16:18 +0000 Subject: [PATCH] update docs --- site/src/content/docs/ref/deploy.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/src/content/docs/ref/deploy.mdx b/site/src/content/docs/ref/deploy.mdx index dbb5dc1679..f2d048ca12 100644 --- a/site/src/content/docs/ref/deploy.mdx +++ b/site/src/content/docs/ref/deploy.mdx @@ -140,6 +140,12 @@ By default, Zarf waits for all resources to deploy successfully during install, You can override this behavior during install and upgrade by setting the `noWait: true` key under the `charts` and `manifests` fields. +:::note + +Deployments will wait for helm [post-install hooks](https://helm.sh/docs/topics/charts_hooks/#the-available-hooks) to complete even with `noWait: true` set as Zarf follows the [Helm release lifecycle](https://helm.sh/docs/topics/charts_hooks/#hooks-and-the-release-lifecycle) + +::: + ### Timeout Settings The default timeout for Helm operations in Zarf is 15 minutes.