diff --git a/modules/kubernetes-addons/helm-addon/README.md b/modules/kubernetes-addons/helm-addon/README.md index 0d58b5744f..0064ae9344 100644 --- a/modules/kubernetes-addons/helm-addon/README.md +++ b/modules/kubernetes-addons/helm-addon/README.md @@ -37,7 +37,7 @@ No requirements. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [helm\_config](#input\_helm\_config) | Add-on helm chart config, provide repository and version at the minimum.
See https://registry.terraform.io/providers/hashicorp/helm/latest/docs. | `any` | n/a | yes | -| [irsa\_config](#input\_irsa\_config) | Input configuration for IRSA module |
object({
kubernetes_namespace = string
create_kubernetes_namespace = optional(bool)
kubernetes_service_account = string
create_kubernetes_service_account = optional(bool)
eks_cluster_id = string
iam_role_path = optional(string)
tags = optional(map)
irsa_iam_policies = optional(list(string))
irsa_iam_permissions_boundary = optional(string)
})
| `null` | no | +| [irsa\_config](#input\_irsa\_config) | Input configuration for IRSA module |
object({
kubernetes_namespace = string
create_kubernetes_namespace = optional(bool)
kubernetes_service_account = string
create_kubernetes_service_account = optional(bool)
eks_cluster_id = string
iam_role_path = optional(string)
tags = optional(map(string))
irsa_iam_policies = optional(list(string))
irsa_iam_permissions_boundary = optional(string)
})
| n/a | yes | | [manage\_via\_gitops](#input\_manage\_via\_gitops) | Determines if the add-on should be managed via GitOps. | `bool` | `false` | no | | [set\_sensitive\_values](#input\_set\_sensitive\_values) | Forced set\_sensitive values | `any` | `[]` | no | | [set\_values](#input\_set\_values) | Forced set values | `any` | `[]` | no |