diff --git a/docs/gitbook/usage/webhooks.md b/docs/gitbook/usage/webhooks.md index 5edbe510..b34f9cae 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 -n +helmv3 test -n --debug ``` #### Helm tests hang during canary deployment