added possibility to use latest containers for CCM and CSI
This commit is contained in:
12
variables.tf
12
variables.tf
@@ -55,3 +55,15 @@ variable "hetzner_csi_version" {
|
||||
default = null
|
||||
description = "Version of Container Storage Interface driver for Hetzner Cloud"
|
||||
}
|
||||
|
||||
variable "hetzner_ccm_container_latest" {
|
||||
type = bool
|
||||
default = false
|
||||
description = "Whether to kustomize the Hetzner CCM manifest with the latest or canary tags for containers"
|
||||
}
|
||||
|
||||
variable "hetzner_csi_container_latest" {
|
||||
type = bool
|
||||
default = false
|
||||
description = "Whether to kustomize the Hetzner CSI manifest with the latest or canary tags for containers"
|
||||
}
|
||||
|
Reference in New Issue
Block a user