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

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


The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new c8a431c  added sleep
c8a431c is described below

commit c8a431c2f84bc3bcddd23826b2cd08af013f8ce0
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Oct 21 17:32:47 2019 +0300

    added sleep
---
 .../terraform/aws/ssn-helm-charts/main/mysql.tf                        | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/mysql.tf 
b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/mysql.tf
index 8e03585..d55903d 100644
--- a/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/mysql.tf
+++ b/infrastructure-provisioning/terraform/aws/ssn-helm-charts/main/mysql.tf
@@ -39,5 +39,6 @@ resource "helm_release" "keycloak-mysql" {
   values     = [
     data.template_file.keycloak-mysql-values.rendered
   ]
-  depends_on = [kubernetes_secret.mysql_root_password_secret, 
kubernetes_secret.mysql_keycloak_user_password_secret]
+  depends_on = [kubernetes_secret.mysql_root_password_secret, 
kubernetes_secret.mysql_keycloak_user_password_secret,
+                helm_release.nginx]
 }


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

Reply via email to