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 b465dea commit f168dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f168dfe

Please sign in to comment.