From f168dfea15720fabc4d7f5c8d921b2f3980b16dd Mon Sep 17 00:00:00 2001 From: patrick hermann <47567770+patrick-hermann-sva@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:58:38 +0200 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 87410b3..74fcb01 100644 --- a/main.tf +++ b/main.tf @@ -21,7 +21,7 @@ resource "flux_bootstrap_git" "flux2" { kustomization_override = yamldecode(templatefile( "${path.module}/templates/kustomization-patch.yaml.tpl", { - patches = var.kustomization_patches + kustomization = var.kustomization_patches } )) embedded_manifests = true