We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc8952 commit d8e7d97Copy full SHA for d8e7d97
docs/pages/fragments/config-deployments.mdx
@@ -3,6 +3,7 @@ deployments: # struct[] | Array of deployments
3
- name: my-deployment # string | Name of the deployment
4
namespace: "" # string | Namespace to deploy to (Default: "" = namespace of the active namespace/Space)
5
disabled: false # bool | If true, the deployment will not be deployed, purged or rendered
6
+ concurrent: false # bool | Deploy concurrently with other deployments that also have concurrency enabled (Default: false)
7
helm: ... # struct | Use Helm as deployment tool and set options for Helm
8
kubectl: ... # struct | Use "kubectl apply" as deployment tool and set options for kubectl
9
```
0 commit comments