Skip to content

Commit

Permalink
Updated configuration value in VPC CNI plugin (#80) (#82) to add supp…
Browse files Browse the repository at this point in the history
…ort for Kubernetes Network Policies
  • Loading branch information
anish-squareops authored Dec 6, 2024
1 parent 4edeae5 commit fdcf1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws-vpc-cni/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_eks_addon" "vpc_cni" {
var.addon_context.tags,
try(var.addon_config.tags, {})
)
configuration_values = "{\"env\": {\"ENABLE_PREFIX_DELEGATION\": \"true\"}}"
configuration_values = "{\"env\": {\"ENABLE_PREFIX_DELEGATION\": \"true\"}, \"enableNetworkPolicy\": \"true\"}"
}

module "irsa_addon" {
Expand Down

0 comments on commit fdcf1fd

Please sign in to comment.