removed latest csi and latest ccm containers option, as it was causing problems over time

This commit is contained in:
Karim Naufal
2022-02-15 22:33:22 +01:00
parent a27adfc93d
commit 51f9718657
6 changed files with 1 additions and 95 deletions

View File

@@ -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