Skip to content

Commit

Permalink
Remove default preserve flag to EKS add-ons.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbronn committed Dec 15, 2023
1 parent 76c5daa commit 35558cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,12 @@ module "eks" { # tfsec:ignore:aws-ec2-no-public-egress-sgr tfsec:ignore:aws-eks-
{
coredns = {
most_recent = var.cluster_addons_most_recent
preserve = true
}
kube-proxy = {
most_recent = var.cluster_addons_most_recent
preserve = true
}
vpc-cni = {
most_recent = var.cluster_addons_most_recent
preserve = true
service_account_role_arn = module.eks_vpc_cni_irsa.iam_role_arn
}
},
Expand Down

0 comments on commit 35558cf

Please sign in to comment.