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
|`aws-secret-access-key`| String | AWS secret access key part of the aws credentials. This is used to login to EKS. |
16
-
|`aws-access-key-id`| String | AWS access key id part of the aws credentials. This is used to login to EKS. |
17
-
|`aws-region`| String | AWS region to use. This must match the region your desired cluster lies in. |
18
-
|`cluster-name`| String | The name of the desired cluster. |
19
-
|`cluster-role-arn`| String | If you wish to assume an admin role, provide the role arn here to login as. |
20
-
|`config-files`| String | Comma separated list of helm values files. |
21
-
|`namespace`| String | Kubernetes namespace to use. Will create if it does not exist |
22
-
|`values`| String | Comma separated list of value set for helms. e.x: key1=value1,key2=value2 |
23
-
|`name`| String | The name of the helm release |
24
-
|`chart-path`| String | The path to the chart. (defaults to `helm/`) |
25
-
| `chart-repository` | String | The URL of the chart-repository (Optional)
26
-
|`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) |
|`aws-secret-access-key`| String | AWS secret access key part of the aws credentials. This is used to login to EKS. |
16
+
|`aws-access-key-id`| String | AWS access key id part of the aws credentials. This is used to login to EKS. |
17
+
|`aws-region`| String | AWS region to use. This must match the region your desired cluster lies in. |
18
+
|`cluster-name`| String | The name of the desired cluster. |
19
+
|`cluster-role-arn`| String | If you wish to assume an admin role, provide the role arn here to login as. |
20
+
|`config-files`| String | Comma separated list of helm values files. |
21
+
|`namespace`| String | Kubernetes namespace to use. Will create if it does not exist |
22
+
|`values`| String | Comma separated list of value set for helms. e.x: key1=value1,key2=value2 |
23
+
|`name`| String | The name of the helm release |
24
+
|`chart-path`| String | The path to the chart. (defaults to `helm/`) |
25
+
|`chart-repository`| String | The URL of the chart-repository (Optional) |
26
+
|`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) |
27
+
|`timeout`| String | The value of the timeout for the helm release |
Copy file name to clipboardExpand all lines: action.yaml
+5-1
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,12 @@ inputs:
51
51
plugins:
52
52
description: 'Comma separated list of helm plugins to install. e.x: https://github.com/hypnoglow/helm-s3.git,https://github.com/someuser/helm-plugin.git'
0 commit comments