kube-hetzner / terraform-hcloud-kube-hetzner

Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!
MIT License
2.42k stars 371 forks source link

autoscaler formatting documentation fix #1463

Closed Seesbastian closed 2 months ago

Seesbastian commented 3 months ago

There was an error in the documentatio about the example file. Resulting in error when using autoscaler: Error: Invalid expression │
│ on kube.tf line 333, in module "kube-hetzner":
│ 333: taints =
│ 334: [{

│ Expected the start of an expression, but found an invalid expression token. Solution:

  1. change position of "[" and "]" bracket
  2. change format of listed taints: key="value", not key:"value"