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 f168dfe commit 5aa78a2
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 = yamldecode(templatefile(
kustomization_override = templatefile(
"${path.module}/templates/kustomization-patch.yaml.tpl",
{
kustomization = var.kustomization_patches
}
))
)
embedded_manifests = true
keep_namespace = var.keep_namespace
}

0 comments on commit 5aa78a2

Please sign in to comment.