Skip to content

Commit

Permalink
give keycloak more than 2 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent 8ccdb20 commit d358fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "helm_release" "keycloak" {
name = var.service_name
repository = "${path.module}/charts"
create_namespace = true
timeout = 120
timeout = 300
wait = true

namespace = var.namespace
Expand Down

0 comments on commit d358fc9

Please sign in to comment.