Skip to content
Snippets Groups Projects
Verified Commit e26cc7b0 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

terraform: Fix broken target group labels

parent bde522b5
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ resource "hcloud_load_balancer" "lb" {
resource "hcloud_load_balancer_target" "lb_target" {
type = "label_selector"
load_balancer_id = hcloud_load_balancer.lb.id
label_selector = "k8s.io/node=true"
label_selector = "k8s.io/node"
use_private_ip = false
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment