Add --debug to helm command

This commit is contained in:
Cosmin Mogos 2020-05-30 18:07:40 +02:00 committed by GitHub
parent df50c32c09
commit fe58b32d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <release> -n <namespace>
helmv3 test <release> -n <namespace> --debug
```
#### Helm tests hang during canary deployment