From 0a148f98d851a86801ecd2362933809a942b5ae7 Mon Sep 17 00:00:00 2001 From: Peter Szalai Date: Fri, 25 Jun 2021 22:47:19 +0200 Subject: [PATCH] Update charts README (#1659) Adding feast jupyter link to it. + Fix the helm 'feast-serving' name in aws/azure terraform. Signed-off-by: szalai1 Signed-off-by: Mwad22 <51929507+Mwad22@users.noreply.github.com> --- infra/charts/README.md | 3 +-- infra/terraform/aws/helm.tf | 2 +- infra/terraform/azure/helm.tf | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/infra/charts/README.md b/infra/charts/README.md index f9df095809..751bd4f483 100644 --- a/infra/charts/README.md +++ b/infra/charts/README.md @@ -5,5 +5,4 @@ Feast Helm Charts have been moved out of this repository. * The master chart can now be found in at: https://github.com/feast-dev/feast-helm-charts * Feast Serving & Core Charts are at: https://github.com/feast-dev/feast-java/tree/master/infra * Feast Spark (Job Service) is at: https://github.com/feast-dev/feast-spark/tree/master/infra/charts/feast-spark - -This repository still contains the Feast Jupyter Helm Chart, which installs a complete Feast Jupyter Server into a Kubernetes cluster. \ No newline at end of file +* Feast Jupyter server is at: https://github.com/feast-dev/feast-helm-charts/blob/main/charts/feast-jupyter/README.md diff --git a/infra/terraform/aws/helm.tf b/infra/terraform/aws/helm.tf index 8a13fe8d40..179097bd15 100644 --- a/infra/terraform/aws/helm.tf +++ b/infra/terraform/aws/helm.tf @@ -51,7 +51,7 @@ locals { } } - "feast-online-serving" = { + "feast-serving" = { "application-override.yaml" = { enabled = true feast = { diff --git a/infra/terraform/azure/helm.tf b/infra/terraform/azure/helm.tf index 8c28762a43..c1f85a3699 100644 --- a/infra/terraform/azure/helm.tf +++ b/infra/terraform/azure/helm.tf @@ -23,7 +23,7 @@ locals { } } - feast-online-serving = { + feast-serving = { enabled = true "application-override.yaml" = { feast = {