Skip to content

Commit cebbbf1

Browse files
authored
Merge pull request #25 from datafold/gerard-mon-3329
fix: Enable network policies by default
2 parents 82a2774 + 25bf397 commit cebbbf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/eks/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ module "eks" {
6767
},
6868
vpc-cni = {
6969
most_recent = true
70+
71+
configuration_values = jsonencode({
72+
enableNetworkPolicy : "true",
73+
})
7074
},
7175
aws-ebs-csi-driver = {
7276
service_account_role_arn = "arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/${var.deployment_name}-ebs-csi-controller"

0 commit comments

Comments
 (0)