Skip to content

Commit

Permalink
Update charts README (feast-dev#1659)
Browse files Browse the repository at this point in the history
Adding feast jupyter link to it.

+ Fix the helm 'feast-serving' name in aws/azure terraform.

Signed-off-by: szalai1 <[email protected]>
Signed-off-by: Mwad22 <[email protected]>
  • Loading branch information
szalai1 authored and Mwad22 committed Jul 7, 2021
1 parent 094dbf3 commit 0a148f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions infra/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* Feast Jupyter server is at: https://github.com/feast-dev/feast-helm-charts/blob/main/charts/feast-jupyter/README.md
2 changes: 1 addition & 1 deletion infra/terraform/aws/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ locals {
}
}

"feast-online-serving" = {
"feast-serving" = {
"application-override.yaml" = {
enabled = true
feast = {
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/azure/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {
}
}

feast-online-serving = {
feast-serving = {
enabled = true
"application-override.yaml" = {
feast = {
Expand Down

0 comments on commit 0a148f9

Please sign in to comment.