Skip to content

Commit

Permalink
Merge pull request #10 from fuchicorp/feature/9-new
Browse files Browse the repository at this point in the history
edited remote chart
  • Loading branch information
beckkari8 authored Sep 25, 2020
2 parents d654220 + 1af2050 commit 6e2f02f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ resource "helm_release" "helm_remote_deployment" {
chart = "${var.deployment_path}"
timeout = "${local.timeout}"
recreate_pods = "${local.recreate_pods}"
values = [
"${file("${var.values}")}"
]

}
4 changes: 4 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ variable "recreate_pods" {
default = "false"
}

variable "values" {
default = "values.yaml"
}

0 comments on commit 6e2f02f

Please sign in to comment.