We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ca8c1 commit bf37e2fCopy full SHA for bf37e2f
main.tf
@@ -833,8 +833,6 @@ resource "kubernetes_config_map_v1_data" "aws_for_fluentbit_containerinsights" {
833
K8S-Logging.Exclude Off
834
Labels Off
835
Annotations Off
836
- Use_Kubelet On
837
- Kubelet_Port 10250
838
Buffer_Size 0
839
840
[OUTPUT]
tests/complete/main.tf
@@ -145,7 +145,7 @@ module "eks_blueprints_addons" {
145
enable_external_dns = true
146
enable_external_secrets = true
147
enable_gatekeeper = true
148
- # enable_ingress_nginx = true
+ enable_ingress_nginx = true
149
150
# Turn off mutation webhook for services to avoid ordering issue
151
enable_aws_load_balancer_controller = true
0 commit comments