Skip to content

Commit

Permalink
update helm deploy notes
Browse files Browse the repository at this point in the history
  • Loading branch information
defenestration committed Oct 3, 2023
1 parent 64adeeb commit 5a02e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ See [the example directory](./example) for a full example on how the loadtester
## How to deploy using Helm

```
helm repo add [repo/chart name]
helm repo add flagger-k6-webhook https://grafana.github.io/flagger-k6-webhook

helm upgrade -i k6-loadtester [repo/chart name]
helm upgrade -i k6-loadtester flagger-k6-webhook
--namespace=flagger
--set webhook.vars.K6_CLOUD_TOKEN=token
--set webhook.vars.SLACK_TOKEN=slack_token
Expand Down

0 comments on commit 5a02e56

Please sign in to comment.