Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jun 16, 2024
1 parent 42bc4a6 commit 5bfc209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ resource "flux_bootstrap_git" "flux2" {

path = var.target_path
components_extra = var.components_extra
kustomization_override = templatefile(
kustomization_override = yamldecode(templatefile(
"${path.module}/templates/kustomization-patch.yaml.tpl",
{
patches = var.kustomization_patch
}
)
))
embedded_manifests = true
keep_namespace = var.keep_namespace
}

0 comments on commit 5bfc209

Please sign in to comment.