diff --git a/modules/kubernetes/aks-core/README.md b/modules/kubernetes/aks-core/README.md index de7b9ccdc..4232c7349 100644 --- a/modules/kubernetes/aks-core/README.md +++ b/modules/kubernetes/aks-core/README.md @@ -147,7 +147,7 @@ This module is used to create AKS clusters. | [environment](#input\_environment) | The environment name to use for the deploy | `string` | n/a | yes | | [envoy\_gateway\_config](#input\_envoy\_gateway\_config) | Envoy gateway configuration |
object({| n/a | yes | | [envoy\_gateway\_enabled](#input\_envoy\_gateway\_enabled) | Should we deploy envoy-gateway | `bool` | `false` | no | -| [envoy\_tls\_policy\_enabled](#input\_envoy\_tls\_policy\_enabled) | An option to remove the gatekeeper mutation for tls settings | `bool` | `true` | no | +| [envoy\_tls\_policy\_enabled](#input\_envoy\_tls\_policy\_enabled) | An option to remove the gatekeeper mutation for tls settings | `bool` | `false` | no | | [external\_dns\_config](#input\_external\_dns\_config) | ExternalDNS config |
logging_level = optional(string, "info")
replicas_count = optional(number, 2)
resources_memory_limit = optional(string, "")
resources_cpu_requests = optional(string, "")
resources_memory_requests = optional(string, "")
})
object({| `{}` | no | | [external\_dns\_enabled](#input\_external\_dns\_enabled) | Should External DNS be enabled | `bool` | `true` | no | | [external\_dns\_hostname](#input\_external\_dns\_hostname) | hostname for ingress-nginx to use for external-dns | `string` | `""` | no |
extra_args = optional(list(string), [])
sources = optional(list(string), ["ingress", "service"])
})