Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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