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 = {