Skip to content

Commit

Permalink
Fix Azure Terraform installation.
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 committed Aug 19, 2021
1 parent 2e5f6e8 commit d3f95d3
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 d3f95d3

Please sign in to comment.