tweaked readme

This commit is contained in:
Karim Naufal
2022-02-11 13:28:27 +01:00
parent 4497a7fd7f
commit f1f6e8448c
3 changed files with 18 additions and 15 deletions

View File

@@ -69,13 +69,13 @@ variable "hetzner_csi_version" {
variable "hetzner_ccm_containers_latest" {
type = bool
default = false
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 = false
default = true
description = "Whether to kustomize the Hetzner CSI manifest with the latest or canary tags for containers and imagePullPolicy of Always"
}