Skip to content

Commit

Permalink
Update the consul helm chart to use HashiCorp's Official Helm Chart.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey committed Jun 23, 2021
1 parent 4620efe commit f3904c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/terraform/e2e/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ provider "helm" {
}

resource "helm_release" "consul" {
chart = "stable/consul"
chart = "hashicorp/consul"
name = "consul"

set {
name = "Replicas"
name = "server.replicas"
value = "1"
}

set {
name = "uiService.type"
name = "ui.service.type"
value = "ClusterIP"
}
}
Expand Down

0 comments on commit f3904c6

Please sign in to comment.