Add Longhorn and make it possible to enable/disable it and the hetzner csi
This commit is contained in:
12
variables.tf
12
variables.tf
@@ -163,3 +163,15 @@ variable "cni_plugin" {
|
||||
default = "flannel"
|
||||
description = "CNI plugin for k3s"
|
||||
}
|
||||
|
||||
variable "enable_longhorn" {
|
||||
type = bool
|
||||
default = false
|
||||
description = "Enable Longhorn"
|
||||
}
|
||||
|
||||
variable "disable_hetzner_csi" {
|
||||
type = bool
|
||||
default = false
|
||||
description = "Disable hetzner csi driver"
|
||||
}
|
||||
|
Reference in New Issue
Block a user