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

terraform: Fix placement group labels

parent ded2b16b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ resource "hcloud_placement_group" "k8s" {
name = var.dns_domain
type = "spread"
labels = {
key = "value"
"k8s.io/node" = "true"
}
}
......
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