Skip to content

Commit

Permalink
increase timeout and wait
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent fb1493c commit 55c5d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ resource "helm_release" "keycloak" {
namespace = kubernetes_namespace.keycloak.metadata[0].name
version = var.keycloak_chart_version
repository = "${path.module}/charts"
timeout = 300
timeout = 600
wait = true
depends_on = [helm_release.keycloak-db]

values = [templatefile("${path.module}/keycloak-server-values.yaml", {
Expand Down

0 comments on commit 55c5d0d

Please sign in to comment.