added kured and fixed initial ignition disk partitioning

This commit is contained in:
Karim Naufal
2022-02-07 08:46:10 +01:00
parent 7532e7a4d5
commit fba212de47
13 changed files with 108 additions and 12 deletions

View File

@@ -70,13 +70,19 @@ variable "hetzner_csi_version" {
variable "hetzner_ccm_containers_latest" {
type = bool
default = false
description = "Whether to kustomize the Hetzner CCM manifest with the latest or canary tags for containers"
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 = false
description = "Whether to kustomize the Hetzner CSI manifest with the latest or canary tags for containers"
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" {