We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edeae5 commit fdcf1fdCopy full SHA for fdcf1fd
modules/aws-vpc-cni/main.tf
@@ -22,7 +22,7 @@ resource "aws_eks_addon" "vpc_cni" {
22
var.addon_context.tags,
23
try(var.addon_config.tags, {})
24
)
25
- configuration_values = "{\"env\": {\"ENABLE_PREFIX_DELEGATION\": \"true\"}}"
+ configuration_values = "{\"env\": {\"ENABLE_PREFIX_DELEGATION\": \"true\"}, \"enableNetworkPolicy\": \"true\"}"
26
}
27
28
module "irsa_addon" {
0 commit comments