Make Kured version changeable

This commit is contained in:
Michael Karbowiak
2022-05-02 16:03:15 +02:00
parent a5d641c930
commit 56ff30199d
4 changed files with 16 additions and 7 deletions

View File

@@ -65,6 +65,12 @@ variable "hetzner_csi_version" {
description = "Version of Container Storage Interface driver for Hetzner Cloud"
}
variable "kured_version" {
type = string
default = null
description = "Version of Kured"
}
variable "traefik_enabled" {
type = bool
default = true