Skip to content

Commit

Permalink
Fixed extra = typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayctran committed May 9, 2024
1 parent 70f8b69 commit e56c5af
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,15 +749,15 @@ resource "azurerm_kubernetes_flux_configuration" "test" {
kustomizations {
name = "kustomization-1"
path = "./test/path"
postBuild = {
postBuild {
substitute = {
"key" = "value",
"key" = "value",
"key2" = "value2"
}
substituteFrom {
kind = "Secret"
name = "secret-name"
optional = false
kind = "Secret"
name = "secret-name"
optional = false
}
}
wait = false
Expand Down

0 comments on commit e56c5af

Please sign in to comment.