Update docs/gitbook/usage/webhooks.md

Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Cosmin Mogos 2020-05-30 13:57:57 +02:00 committed by GitHub
parent df103fb257
commit ada9288f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
```
```