Skip to content

Commit

Permalink
race condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminTurnedDevOps committed Jul 25, 2022
1 parent f165892 commit 7746732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/nginxmanifest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
},
},
Selector: pulumi.StringMap{
"app": pulumi.String(conf.Require("deployment")),
"app": pulumi.String(conf.Require("appName")),
},
},
})
Expand Down

0 comments on commit 7746732

Please sign in to comment.