Skip to content

Commit

Permalink
fix hcloud-csi.yalm when disable_hetzner_csi=true
Browse files Browse the repository at this point in the history
  • Loading branch information
janfrederik committed Dec 6, 2024
1 parent d2d4423 commit f2c72e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ resource "null_resource" "kustomization" {
content = templatefile(
"${path.module}/templates/hcloud-csi.yaml.tpl",
{
version = local.csi_version
version = coalesce(local.csi_version, "")
values = indent(4, trimspace(local.hetzner_csi_values))
})
destination = "/var/post_install/hcloud-csi.yaml"
Expand Down

0 comments on commit f2c72e3

Please sign in to comment.