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
+7-5
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,20 @@ Following inputs can be used as `step.with` keys
19
19
|`cluster-role-arn`| String | If you wish to assume an admin role, provide the role arn here to login as. |
20
20
|`config-files`| String | Comma separated list of helm values files. |
21
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|
22
+
|`values`| String | Comma separated list of value set for helms. e.x:`key1=value1,key2=value2`|
23
23
|`name`| String | The name of the helm release |
24
24
|`chart-path`| String | The path to the chart. (defaults to `helm/`) |
25
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) |
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
27
|`timeout`| String | The value of the timeout for the helm release |
0 commit comments