removed latest csi and latest ccm containers option, as it was causing problems over time
This commit is contained in:
12
variables.tf
12
variables.tf
@@ -67,18 +67,6 @@ variable "hetzner_csi_version" {
|
||||
description = "Version of Container Storage Interface driver for Hetzner Cloud"
|
||||
}
|
||||
|
||||
variable "hetzner_ccm_containers_latest" {
|
||||
type = bool
|
||||
default = true
|
||||
description = "Whether to kustomize the Hetzner CCM manifest with the latest or canary tags for containers and imagePullPolicy of Always"
|
||||
}
|
||||
|
||||
variable "hetzner_csi_containers_latest" {
|
||||
type = bool
|
||||
default = true
|
||||
description = "Whether to kustomize the Hetzner CSI manifest with the latest or canary tags for containers and imagePullPolicy of Always"
|
||||
}
|
||||
|
||||
variable "traefik_acme_tls" {
|
||||
type = bool
|
||||
default = false
|
||||
|
Reference in New Issue
Block a user