Skip to content

Commit

Permalink
docs: explain no wait & helm hooks interaction (#2895)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 authored Aug 15, 2024
1 parent 8100c69 commit 726879f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/src/content/docs/ref/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` set to `true` 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.
Expand Down

0 comments on commit 726879f

Please sign in to comment.