Skip to content

Commit 0c87d28

Browse files
authored
Merge pull request #1471 from UBaggeler/fix/csi-version-template
fix hcloud-csi.yaml if csi is disabled (disable_hetzner_csi)
2 parents 319dadf + c5648db commit 0c87d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ resource "null_resource" "kustomization" {
254254
destination = "/var/post_install/longhorn.yaml"
255255
}
256256

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

0 commit comments

Comments
 (0)