You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ Following inputs can be used as `step.with` keys
27
27
|`aws-region`| String | AWS region to use. This must match the region your desired cluster lies in. |
28
28
|`cluster-name`| String | The name of the desired cluster. |
29
29
|`cluster-role-arn`| String | If you wish to assume an admin role, provide the role arn here to login as. |
30
-
|`action`| String | Determines if we `install`/`uninstall` the chart, or `list`. (Optional, Defaults to `install`) |
30
+
|`action`| String | Determines if we `install`/`uninstall` the chart, or `list`. (Optional, Defaults to `install`) |
31
+
|`dry-run`| Boolean | Toggles `dry-run` option for `install`/`uninstall` action. (Defaults to `false`) |
31
32
|`config-files`| String | Comma separated list of helm values files. |
32
33
|`namespace`| String | Kubernetes namespace to use. Will create if it does not exist |
33
34
|`values`| String | Comma separated list of value set for helms. e.x:`key1=value1,key2=value2`|
@@ -37,7 +38,7 @@ Following inputs can be used as `step.with` keys
37
38
|`version`| String | The version of the chart (Optional) |
38
39
|`plugins`| String | Comma separated list of plugins to install. e.x:` https://github.com/hypnoglow/helm-s3.git, https://github.com/someuser/helm-plugin.git` (defaults to none) |
39
40
|`timeout`| String | The value of the timeout for the helm release |
0 commit comments