added kured and fixed initial ignition disk partitioning

This commit is contained in:
Karim Naufal
2022-02-07 09:36:21 +01:00
parent fba212de47
commit 919e1087f8
7 changed files with 4 additions and 36 deletions

View File

@@ -166,8 +166,7 @@ resource "local_file" "hetzner_csi_config" {
resource "local_file" "kured_config" {
content = templatefile("${path.module}/templates/kured.yaml.tpl", {
version = data.github_release.kured.release_tag
patch_name = var.kured_container_latest ? "patch_latest" : "patch"
version = data.github_release.kured.release_tag
})
filename = "${path.module}/kured/kustomization.yaml"
file_permission = "0644"