Skip to content

Commit d8e7d97

Browse files
author
Erik Krieg
committed
adds concurrent option in deployment config doc
1 parent 5cc8952 commit d8e7d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/fragments/config-deployments.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ deployments: # struct[] | Array of deployments
33
- name: my-deployment # string | Name of the deployment
44
namespace: "" # string | Namespace to deploy to (Default: "" = namespace of the active namespace/Space)
55
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)
67
helm: ... # struct | Use Helm as deployment tool and set options for Helm
78
kubectl: ... # struct | Use "kubectl apply" as deployment tool and set options for kubectl
89
```

0 commit comments

Comments
 (0)