Skip to content

Commit bad44e4

Browse files
author
Erik Krieg
committed
adds a warning about concurrency and helm hooks to deploy docs
1 parent 5d39128 commit bad44e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/pages/configuration/deployments/basics.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ The following flags are available for all commands that trigger the deployment p
125125
## Deployment Process
126126
DevSpace loads the `deployments` configuration from `devspace.yaml` and by default deploys each deployment sequentially in the order that they are specified in the `deployments` array. Alternatively, some or all deployments can be configured to deploy in parallel by setting `concurrent: true`. Deployments with concurrency enabled will deploy before sequential deployments. Additionally, DevSpace also deploys related projects specified in `dependencies`.
127127

128+
:::warning Helm hooks and concurrency
129+
When using concurrency for Helm deployments that have Helm hooks, be cautious if those hooks depend on resources created by other deployments. You may want such a deployments to be run sequentially after concurrent deployments are completed. Otherwise, appropriate retry logic will be necessary for the affected Helm hook in order to avoid deployment failure.
130+
:::
128131

129132
### 1. Deploy Dependencies
130133

0 commit comments

Comments
 (0)