You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When seting disable_hetzner_csi = true in kube.tf, I get error
module.k8s_cluster.module.kube-hetzner.null_resource.kustomization: Provisioning with 'file'...
╷
│ Error: Error in function call
│
│ on .terraform/modules/k8s_cluster.kube-hetzner/init.tf line 261, in resource "null_resource" "kustomization":
│ 261: content = templatefile(
│ 262: "${path.module}/templates/hcloud-csi.yaml.tpl",
│ 263: {
│ 264: version = local.csi_version
│ 265: values = indent(4, trimspace(local.hetzner_csi_values))
│ 266: })
│ ├────────────────
│ │ while calling templatefile(path, vars)
│ │ local.csi_version is null
│ │ local.hetzner_csi_values is ""
│ │ path.module is ".terraform/modules/k8s_cluster.kube-hetzner"
│
│ Call to function "templatefile" failed: .terraform/modules/k8s_cluster.kube-hetzner/templates/hcloud-csi.yaml.tpl:10,15-22: Invalid template interpolation value; The expression result is null. Cannot
│ include a null value in a string template..
Description
When seting
disable_hetzner_csi = true
in kube.tf, I get errorKube.tf file
Screenshots
No response
Platform
linux
The text was updated successfully, but these errors were encountered: