From 268dbf34fce3473e13e92b09cb75a28b2ba288e3 Mon Sep 17 00:00:00 2001 From: italolelis Date: Fri, 10 Jan 2020 11:37:30 +0100 Subject: [PATCH] Add missing inputs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81578939..32340c4e 100644 --- a/README.md +++ b/README.md @@ -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