Skip to content

Commit

Permalink
docs: fix typo (#5635)
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
  • Loading branch information
alexey-igrychev committed May 17, 2023
1 parent 974e01a commit ae7c6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages_en/usage/deploy/overview.md
Expand Up @@ -7,7 +7,7 @@ When setting up application delivery in Kubernetes, you must decide which format

Helm is built into werf and is used for these tasks. Configuration development and maintenance is carried out using Helm charts. As for the deployment process, Helm in werf provides some advanced features:

- tracking the status of deployed resources (with the option to change the behaviour [for each resource])({{ "/reference/deploy_annotations.html" | true_relative_url }})):
- tracking the status of deployed resources (with the option to change the behaviour [for each resource]({{ "/reference/deploy_annotations.html" | true_relative_url }})):
- smart waiting for resources to become ready;
- instant termination of a failed deployment without the need to wait for a timeout;
- deployment progress, logs, system events and application errors.
Expand Down

0 comments on commit ae7c6ee

Please sign in to comment.