From ada9288f8843a5e9bf048c6d5b8c35193ef26a51 Mon Sep 17 00:00:00 2001 From: Cosmin Mogos <35903525+cosmin-mogos@users.noreply.github.com> Date: Sat, 30 May 2020 13:57:57 +0200 Subject: [PATCH] Update docs/gitbook/usage/webhooks.md Co-authored-by: Stefan Prodan --- docs/gitbook/usage/webhooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gitbook/usage/webhooks.md b/docs/gitbook/usage/webhooks.md index 9139e2c2..32cdccde 100644 --- a/docs/gitbook/usage/webhooks.md +++ b/docs/gitbook/usage/webhooks.md @@ -433,7 +433,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 -n linkerd exec -it flagger-loadtester -- bash +kubectl exec -it deploy/flagger-loadtester -- bash helmv3 test .... ``` @@ -473,4 +473,4 @@ roleRef: kind: ClusterRole name: helm-smoke-tester apiGroup: rbac.authorization.k8s.io -``` \ No newline at end of file +```