Skip to content

Commit

Permalink
fix: enable custom network policies
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Jun 13, 2019
1 parent 3e49f1b commit 05e4668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/eks/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,6 @@ output "cni_metrics_helper_yaml" {
value = "${local.cni_metrics_helper_yaml}"
}

output "kube_system_network_policies" {
output "network_policies" {
value = "${local.network_policies}"
}

0 comments on commit 05e4668

Please sign in to comment.