Skip to content

Commit

Permalink
tune waits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 5, 2024
1 parent 58d920f commit beadb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "helm_release" "console" {
version = "0.1.21"
create_namespace = true
timeout = 300
wait = false
wait = true
values = [
data.local_sensitive_file.console.content
]
Expand Down

0 comments on commit beadb05

Please sign in to comment.