Skip to content

Commit

Permalink
fix: prepared code update and aws-vpc module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 25, 2024
1 parent 32a95be commit 7465400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,6 @@ resource "helm_release" "aws_loadbalancer_controller" {
name = "webhookTLS.key"
value = tls_private_key.aws_loadbalancer_controller_webhook[0].private_key_pem
}
set {
name = "enableServiceMutatorWebhook"
value = "false"
}

}

resource "kubernetes_ingress_v1" "default" {
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/ACCOUNT_ID/us-east-1/demo/env.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name : "valmd"
name : "maddevs"
environment: "demo"

domain_name: "maddevs.org"
Expand Down

0 comments on commit 7465400

Please sign in to comment.