removed latest csi and latest ccm containers option, as it was causing problems over time

This commit is contained in:
Karim Naufal
2022-02-15 22:33:22 +01:00
parent a27adfc93d
commit 51f9718657
6 changed files with 1 additions and 95 deletions

View File

@@ -112,8 +112,7 @@ resource "hcloud_server" "first_control_plane" {
]
patchesStrategicMerge = [
file("${path.module}/patches/kured.yaml"),
local.ccm_latest ? file("${path.module}/patches/ccm_latest.yaml") : file("${path.module}/patches/ccm.yaml"),
local.csi_latest ? file("${path.module}/patches/csi_latest.yaml") : null,
file("${path.module}/patches/ccm.yaml")
]
})
destination = "/tmp/post_install/kustomization.yaml"