Skip to content

Commit

Permalink
Fix broken Terraform installation files (#1420)
Browse files Browse the repository at this point in the history
* Update some outdated terraform files

* Rollback docs and update feast chart location

* Rollback docs
  • Loading branch information
José Gregorio committed Mar 31, 2021
1 parent 97e7d55 commit e8b5ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/terraform/gcp/feast.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ locals {
}
}

feast-online-serving = {
feast-serving = {
enabled = true
"application-override.yaml" = {
feast = {
Expand Down Expand Up @@ -113,7 +113,7 @@ resource "helm_release" "feast" {
depends_on = [kubernetes_secret.feast-postgres-secret, kubernetes_secret.feast_sa_secret]

name = var.name_prefix
chart = "../../charts/feast"
chart = "https://feast-helm-charts.storage.googleapis.com/feast-0.100.4.tgz"

values = [
yamlencode(local.feast_helm_values)
Expand Down

0 comments on commit e8b5ab1

Please sign in to comment.