Skip to content

Commit

Permalink
Merge pull request #13 from sjmiller609/master
Browse files Browse the repository at this point in the history
fix tiller pod not ready
  • Loading branch information
sjmiller609 authored Jul 8, 2019
2 parents 685a5fa + e40113d commit f2e490c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astronomer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f2e490c

Please sign in to comment.