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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ See [basic example](examples/basic) for further information.
113
113
| <aname="input_helm_disable_webhooks"></a> [helm\_disable\_webhooks](#input\_helm\_disable\_webhooks)| Prevent Helm chart hooks from running. Defaults to `false`. |`bool`|
114
114
| <aname="input_helm_enabled"></a> [helm\_enabled](#input\_helm\_enabled)| Set to false to prevent installation of the module via Helm release. Defaults to `true`. |`bool`|
115
115
| <aname="input_helm_force_update"></a> [helm\_force\_update](#input\_helm\_force\_update)| Force Helm resource update through delete/recreate if needed. Defaults to `false`. |`bool`|
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`. Used only when `helm_package_verify` is `true`. Defaults to `~/.gnupg/pubring.gpg`. |`string`|
116
+
| <aname="input_helm_keyring"></a> [helm\_keyring](#input\_helm\_keyring)| Location of public keys used for verification. Used only when `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
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> |
description="Location of public keys used for verification. Used only if `helm_package_verify` is `true`. Used only when `helm_package_verify` is `true`. Defaults to `~/.gnupg/pubring.gpg`."
264
+
description="Location of public keys used for verification. Used only when `helm_package_verify` is `true`. Defaults to `~/.gnupg/pubring.gpg`."
0 commit comments