From df50c32c09aaeec6eafc2089fc0cf74cf7e39829 Mon Sep 17 00:00:00 2001 From: Cosmin Mogos <35903525+cosmin-mogos@users.noreply.github.com> Date: Sat, 30 May 2020 13:58:25 +0200 Subject: [PATCH] Update docs/gitbook/usage/webhooks.md Co-authored-by: Stefan Prodan --- docs/gitbook/usage/webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/usage/webhooks.md b/docs/gitbook/usage/webhooks.md index 32cdccde..5edbe510 100644 --- a/docs/gitbook/usage/webhooks.md +++ b/docs/gitbook/usage/webhooks.md @@ -434,7 +434,7 @@ If you have notifications enabled, Flagger will post a message to Slack or MS Te To debug in depth any issues with helm tests, you can execute commands on the flagger-loadtester pod. ```bash kubectl exec -it deploy/flagger-loadtester -- bash -helmv3 test .... +helmv3 test -n ``` #### Helm tests hang during canary deployment