Skip to content

Commit

Permalink
Merge pull request #15 from fuchicorp/feature/14
Browse files Browse the repository at this point in the history
added version for remote deployment
  • Loading branch information
berkayh27 authored Oct 17, 2020
2 parents 6e2f02f + 7dd24b1 commit e99d244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ resource "helm_release" "helm_remote_deployment" {
chart = "${var.deployment_path}"
timeout = "${local.timeout}"
recreate_pods = "${local.recreate_pods}"
version = "${var.release_version}"
values = [
"${file("${var.values}")}"
]
Expand Down

0 comments on commit e99d244

Please sign in to comment.