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
@@ -116,7 +116,7 @@ See [basic example](examples/basic) for further information.
116
116
| <aname="input_helm_keyring"></a> [helm\_keyring](#input\_helm\_keyring)| Location of public keys used for verification. Used only if `helm_package_verify` is `true`. Defaults to `~/.gnupg/pubring.gpg`. |`string`|
117
117
| <aname="input_helm_lint"></a> [helm\_lint](#input\_helm\_lint)| Run the Helm chart linter during the plan. Defaults to `false`. |`bool`|
118
118
| <aname="input_helm_package_verify"></a> [helm\_package\_verify](#input\_helm\_package\_verify)| Verify the package before installing it. Helm uses a provenance file to verify the integrity of the chart; this must be hosted alongside the chart. Defaults to `false`. |`bool`|
119
-
| <aname="input_helm_postrender"></a> [helm\_postrender](#input\_helm\_postrender)| Value block with a path to a binary file to run after Helm renders the manifest which can alter the manifest contents. Defaults to `{}`. |`map(any)`|
119
+
| <aname="input_helm_postrender"></a> [helm\_postrender](#input\_helm\_postrender)| Value block with a path to a binary file to run after Helm renders the manifest which can alter the manifest contents. Defaults to `null`. |<pre>object({<br/> binary_path = string<br/> args = optional(list(string))<br/> })</pre>|
120
120
| <aname="input_helm_recreate_pods"></a> [helm\_recreate\_pods](#input\_helm\_recreate\_pods)| Perform pods restart during Helm upgrade/rollback. Defaults to `false`. |`bool`|
121
121
| <aname="input_helm_release_max_history"></a> [helm\_release\_max\_history](#input\_helm\_release\_max\_history)| Maximum number of release versions stored per release. Defaults to `0`. |`number`|
122
122
| <aname="input_helm_release_name"></a> [helm\_release\_name](#input\_helm\_release\_name)| Helm release name. Required if `argo_source_type` is set to `helm`. Defaults to `""`. |`string`|
description="Value block with a path to a binary file to run after Helm renders the manifest which can alter the manifest contents. Defaults to `{}`."
387
+
description="Value block with a path to a binary file to run after Helm renders the manifest which can alter the manifest contents. Defaults to `null`."
0 commit comments