From e40113dc5453a3af5c51c99d1671806877aab2b0 Mon Sep 17 00:00:00 2001 From: Steven Miller Date: Mon, 8 Jul 2019 02:25:41 +0000 Subject: [PATCH] fix tiller pod not ready --- astronomer.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/astronomer.tf b/astronomer.tf index d9c5d5c..4fb25ba 100644 --- a/astronomer.tf +++ b/astronomer.tf @@ -31,6 +31,7 @@ resource "null_resource" "helm_repo" { # this is for development use resource "helm_release" "astronomer_local" { depends_on = [null_resource.helm_repo, + null_resource.dependency_getter, kubernetes_secret.astronomer_bootstrap, kubernetes_secret.astronomer_tls] name = "astronomer"