Skip to content

Commit fdcf1fd

Browse files
Updated configuration value in VPC CNI plugin (#80) (#82) to add support for Kubernetes Network Policies
1 parent 4edeae5 commit fdcf1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aws-vpc-cni/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_eks_addon" "vpc_cni" {
2222
var.addon_context.tags,
2323
try(var.addon_config.tags, {})
2424
)
25-
configuration_values = "{\"env\": {\"ENABLE_PREFIX_DELEGATION\": \"true\"}}"
25+
configuration_values = "{\"env\": {\"ENABLE_PREFIX_DELEGATION\": \"true\"}, \"enableNetworkPolicy\": \"true\"}"
2626
}
2727

2828
module "irsa_addon" {

0 commit comments

Comments
 (0)