Skip to content

Commit

Permalink
edited remote chart
Browse files Browse the repository at this point in the history
  • Loading branch information
beckkari8 committed Sep 24, 2020
1 parent 6b8c260 commit 1af2050
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 1af2050

Please sign in to comment.