Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Risto Markovski committed Nov 15, 2024
1 parent f24c66a commit 586deaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/aks-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ This module is used to create AKS clusters.
| <a name="input_environment"></a> [environment](#input\_environment) | The environment name to use for the deploy | `string` | n/a | yes |
| <a name="input_envoy_gateway_config"></a> [envoy\_gateway\_config](#input\_envoy\_gateway\_config) | Envoy gateway configuration | <pre>object({<br/> logging_level = optional(string, "info")<br/> replicas_count = optional(number, 2)<br/> resources_memory_limit = optional(string, "")<br/> resources_cpu_requests = optional(string, "")<br/> resources_memory_requests = optional(string, "")<br/> })</pre> | n/a | yes |
| <a name="input_envoy_gateway_enabled"></a> [envoy\_gateway\_enabled](#input\_envoy\_gateway\_enabled) | Should we deploy envoy-gateway | `bool` | `false` | no |
| <a name="input_envoy_tls_policy_enabled"></a> [envoy\_tls\_policy\_enabled](#input\_envoy\_tls\_policy\_enabled) | An option to remove the gatekeeper mutation for tls settings | `bool` | `true` | no |
| <a name="input_envoy_tls_policy_enabled"></a> [envoy\_tls\_policy\_enabled](#input\_envoy\_tls\_policy\_enabled) | An option to remove the gatekeeper mutation for tls settings | `bool` | `false` | no |
| <a name="input_external_dns_config"></a> [external\_dns\_config](#input\_external\_dns\_config) | ExternalDNS config | <pre>object({<br/> extra_args = optional(list(string), [])<br/> sources = optional(list(string), ["ingress", "service"])<br/> })</pre> | `{}` | no |
| <a name="input_external_dns_enabled"></a> [external\_dns\_enabled](#input\_external\_dns\_enabled) | Should External DNS be enabled | `bool` | `true` | no |
| <a name="input_external_dns_hostname"></a> [external\_dns\_hostname](#input\_external\_dns\_hostname) | hostname for ingress-nginx to use for external-dns | `string` | `""` | no |
Expand Down

0 comments on commit 586deaf

Please sign in to comment.