Skip to content

Commit

Permalink
TRY ANOTHER FILE FORMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Nov 7, 2024
1 parent 4644aa4 commit ea30927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signoz-fluxcd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "kubernetes_config_map" "signoz-values" {
}

data = {
"signoz_values.yaml" = "${file("./templates/values.yaml")}"
"signoz_values.yaml" = "${file("${path.module}/templates/values.yaml")}"
}

}
Expand Down

0 comments on commit ea30927

Please sign in to comment.