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 committed Jun 16, 2024
1 parent 30629af commit ac1e950
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 = templatefile(
"${path.module}/templates/kustomization-patch.yaml.tpl",
{
patches = var.kustomization_patch
patches = var.kustomization_patches
}
)
embedded_manifests = true
Expand Down

0 comments on commit ac1e950

Please sign in to comment.