39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
|
|
# Terraform: control-core/modules/eso
|
||
|
|
|
||
|
|
## Requirements
|
||
|
|
|
||
|
|
| Name | Version |
|
||
|
|
|------|---------|
|
||
|
|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.9.0 |
|
||
|
|
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | 2.17.0 |
|
||
|
|
|
||
|
|
## Providers
|
||
|
|
|
||
|
|
| Name | Version |
|
||
|
|
|------|---------|
|
||
|
|
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.17.0 |
|
||
|
|
|
||
|
|
## Modules
|
||
|
|
|
||
|
|
No modules.
|
||
|
|
|
||
|
|
## Resources
|
||
|
|
|
||
|
|
| Name | Type |
|
||
|
|
|------|------|
|
||
|
|
| [helm_release.eso](https://registry.terraform.io/providers/hashicorp/helm/2.17.0/docs/resources/release) | resource |
|
||
|
|
|
||
|
|
## Inputs
|
||
|
|
|
||
|
|
| Name | Description | Type | Default | Required |
|
||
|
|
|------|-------------|------|---------|:--------:|
|
||
|
|
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | Version of the External Secrets chart to deploy. | `string` | `"0.14.2"` | no |
|
||
|
|
| <a name="input_create_namespace"></a> [create\_namespace](#input\_create\_namespace) | Whether to create the namespace if it doesn't exist. | `bool` | `true` | no |
|
||
|
|
| <a name="input_lint"></a> [lint](#input\_lint) | Whether to lint the helm chart before deploying. | `bool` | `true` | no |
|
||
|
|
| <a name="input_namespace"></a> [namespace](#input\_namespace) | Name of the namespace to install the chart. | `string` | `"secret-operator"` | no |
|
||
|
|
| <a name="input_values_file"></a> [values\_file](#input\_values\_file) | Path to the values file that's used during the helm chart install. | `string` | `""` | no |
|
||
|
|
|
||
|
|
## Outputs
|
||
|
|
|
||
|
|
No outputs.
|