added possibility to use latest containers for CCM and CSI

This commit is contained in:
Karim Naufal
2022-01-15 09:14:25 +01:00
parent cd9bcd9710
commit 13c97069b5
4 changed files with 8 additions and 8 deletions

View File

@@ -56,13 +56,13 @@ variable "hetzner_csi_version" {
description = "Version of Container Storage Interface driver for Hetzner Cloud"
}
variable "hetzner_ccm_container_latest" {
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"
}
variable "hetzner_csi_container_latest" {
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"