Skip to content

Commit

Permalink
Merge pull request #1075 from Silvest89/fix-readme-autoscaler-label
Browse files Browse the repository at this point in the history
fix: autoscaler label example
  • Loading branch information
mysticaltech authored Nov 3, 2023
2 parents 736d705 + e5cce19 commit 2956fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube.tf.example
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ module "kube-hetzner" {
# min_nodes = 0
# max_nodes = 5
# labels = {
# "node.kubernetes.io/role=peak-workloads"
# "node.kubernetes.io/role": "peak-workloads"
# }
# taints =
# [{
Expand Down

0 comments on commit 2956fa3

Please sign in to comment.