Skip to content

Commit

Permalink
Add missing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
italolelis committed Jan 10, 2020
1 parent ff8c878 commit 268dbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ payload if the action was triggered by a deployment.
- `helm`: Helm binary to execute, one of: [`helm`, `helm3`].
- `version`: Version of the app, usually commit sha works here.
- `timeout`: specify a timeout for helm deployment
- `repo`: Helm chart repository to be added.
- `repo_alias`: Helm repository alias that will be used.
- `repo_username`: Helm repository username if authentication is needed.
- `repo_password`: Helm repository password if authentication is needed.

Additional parameters: If the action is being triggered by a deployment event
and the `task` parameter in the deployment event is set to `"remove"` then this
Expand Down

0 comments on commit 268dbf3

Please sign in to comment.