Skip to content

Commit

Permalink
Typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayctran committed Jul 30, 2024
1 parent a389b0f commit 0677783
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -773,12 +773,12 @@ resource "azurerm_kubernetes_flux_configuration" "test" {
kustomizations {
name = "kustomization-1"
path = "./test/path"
postBuild {
post_build {
substitute = {
"key" = "value",
"key2" = "value2"
}
substituteFrom {
substitute_from {
kind = "Secret"
name = "secret-name"
optional = false
Expand Down

0 comments on commit 0677783

Please sign in to comment.