Skip to content

Commit

Permalink
Fix Azure Terraform installation. (#1793)
Browse files Browse the repository at this point in the history
Helm chart for Feast in the Terraform installation changed to
point to the location referenced in the Azure Helm installation
documentation (https://docs.feast.dev/feast-on-kubernetes-1/getting-started/install-feast/kubernetes-azure-aks-with-helm)

Fixes issue 1792

Signed-off-by: Matthew Murdoch <matthew.murdoch.0@gmail.com>
  • Loading branch information
mmurdoch authored Aug 24, 2021
1 parent 84e11a6 commit a81c27b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/azure/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ resource "helm_release" "feast" {

name = var.name_prefix
namespace = var.aks_namespace
chart = "../../charts/feast"
repository = "https://feast-helm-charts.storage.googleapis.com"
chart = "feast"

values = [
yamlencode(local.feast_helm_values)
Expand Down

0 comments on commit a81c27b

Please sign in to comment.