From cb779e25ff194fd8a705609f3465071709d189b6 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Thu, 14 Apr 2022 14:17:27 +0200 Subject: [PATCH] tweaked tfvars.example --- terraform.tfvars.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index f78d929..888bb8a 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -170,7 +170,7 @@ load_balancer_location = "fsn1" # If you want to disable the k3s default network policy controller, use this flag # Calico overrides this value to true automatically -# disable_network_policy = false +# disable_network_policy = true # If you want to disable the automatic use of placement group "spread". See https://docs.hetzner.com/cloud/placement-groups/overview/ # That may be useful if you need to deploy more than 500 nodes! The default is "false".