You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/07/17 13:50:23 UTC

[incubator-dlab] branch DLAB-terraform updated: increased time out for keycloak

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new b54ca59  increased time out for keycloak
b54ca59 is described below

commit b54ca593319c0174a5607489548d408bbbe34f0c
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Wed Jul 17 16:50:15 2019 +0300

    increased time out for keycloak
---
 .../terraform/aws/ssn-helm-charts/main/keycloak.tf                       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf
index a28e37f..861fcfc 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/keycloak.tf
@@ -36,6 +36,7 @@ resource "helm_release" "keycloak" {
   repository = data.helm_repository.codecentric.metadata.0.name
   chart = "codecentric/keycloak"
   wait = true
+  timeout = 600
 
   values = [
     data.template_file.keycloak_values.rendered


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org