Skip to content

Commit

Permalink
Typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jayctran committed Sep 26, 2024
1 parent 5732de6 commit 873ebc1
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 873ebc1

Please sign in to comment.