Skip to content

Commit

Permalink
docs: improve readme for check-pr-description action (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ableuler authored Mar 30, 2022
1 parent 14e652e commit 22cda30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions check-pr-description/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ You may pass in additional ad-hoc values to the deployment by using the `extra-v
For example:

```
/deploy extra-values="tests.image.tag=my-test,core.sentry.env=feature"
/deploy extra-values=tests.image.tag=my-test,core.sentry.env=feature
```

Note that you can pass in multiple values, but they must be in the same string,
separated by a comma and without whitespaces.
separated by a comma and without whitespaces. Check out [the helm docs](https://helm.sh/docs/intro/using_helm/#the-format-and-limitations-of---set)
for information on how to provide more complex values - such as an entire array - through
the `extra-values` option.

### Skipping tests

Expand Down

0 comments on commit 22cda30

Please sign in to comment.