added kured and fixed initial ignition disk partitioning

This commit is contained in:
Karim Naufal
2022-02-07 09:36:21 +01:00
parent fba212de47
commit 919e1087f8
7 changed files with 4 additions and 36 deletions

View File

@@ -79,12 +79,6 @@ variable "hetzner_csi_containers_latest" {
description = "Whether to kustomize the Hetzner CSI manifest with the latest or canary tags for containers and imagePullPolicy of Always"
}
variable "kured_container_latest" {
type = bool
default = false
description = "Whether to kustomize the Kured container with the latest tag and imagePullPolicy of Always"
}
variable "traefik_acme_tls" {
type = bool
default = false