kube-hetzner / terraform-hcloud-kube-hetzner

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

fix hcloud-csi.yaml if csi is disabled (disable_hetzner_csi) #1471

Closed UBaggeler closed 2 months ago

UBaggeler commented 2 months ago

This PR fixes https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/issues/1470 which was introduced with https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/pull/1417.

olexiyb commented 2 months ago

I came across the same issue I did next https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/commit/1d5a6721d157ac436aa1b2bb2f38d23ae9900f85

UBaggeler commented 2 months ago

I came across the same issue I did next 1d5a672

Yes, that's the other way to solve it.