Skip to content

Commit

Permalink
Update init.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
RelativeSure authored Aug 29, 2023
1 parent e79cfc7 commit d6b8a00
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 @@ -252,7 +252,7 @@ resource "null_resource" "kustomization" {
"set -ex",
"kubectl -n kube-system create secret generic hcloud --from-literal=token=${var.hcloud_token} --from-literal=network=${hcloud_network.k3s.name} --dry-run=client -o yaml | kubectl apply -f -",
"kubectl -n kube-system create secret generic hcloud-csi --from-literal=token=${var.hcloud_token} --dry-run=client -o yaml | kubectl apply -f -",
local.csi_version != null ? "curl https://raw.githubusercontent.com/hetznercloud/csi-driver/${coalesce(local.csi_version, "v2.3.2")}/deploy/kubernetes/hcloud-csi.yml -o /var/post_install/hcloud-csi.yml" : "echo 'Skipping hetzner csi.'"
local.csi_version != null ? "curl https://raw.githubusercontent.com/hetznercloud/csi-driver/${coalesce(local.csi_version, "v2.4.0")}/deploy/kubernetes/hcloud-csi.yml -o /var/post_install/hcloud-csi.yml" : "echo 'Skipping hetzner csi.'"
]
}

Expand Down

0 comments on commit d6b8a00

Please sign in to comment.