Skip to content

Commit

Permalink
Merge pull request #1471 from UBaggeler/fix/csi-version-template
Browse files Browse the repository at this point in the history
fix hcloud-csi.yaml if csi is disabled (disable_hetzner_csi)
  • Loading branch information
mysticaltech authored Sep 23, 2024
2 parents 319dadf + c5648db commit 0c87d28
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 @@ -254,7 +254,7 @@ resource "null_resource" "kustomization" {
destination = "/var/post_install/longhorn.yaml"
}

# Upload the csi-driver-smb config
# Upload the csi-driver config (ignored if csi is disabled)
provisioner "file" {
content = templatefile(
"${path.module}/templates/hcloud-csi.yaml.tpl",
Expand Down

0 comments on commit 0c87d28

Please sign in to comment.