Skip to content

Commit

Permalink
Merge branch 'master' into add_smtp
Browse files Browse the repository at this point in the history
  • Loading branch information
virajmparekh committed Jul 2, 2019
2 parents b686ed9 + 9a293d3 commit 02f4515
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astronomer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ resource "null_resource" "helm_repo" {
when = "destroy"
command = "rm -rf './helm.astronomer.io'"
}

triggers = {
astronomer_version = var.astronomer_version
}
}

# this is for development use
Expand Down
3 changes: 3 additions & 0 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ nginx:
astronomer:
houston:
config:
<<<<<<< HEAD
%{if var.smtp_uri != ""}
email:
enabled: true
smtpUrl: ${var.smtp_uri}
%{endif}
=======
>>>>>>> master
helm:
affinity:
nodeAffinity:
Expand Down

0 comments on commit 02f4515

Please sign in to comment.