Skip to content

Commit 0a148f9

Browse files
szalai1Mwad22
authored andcommitted
Update charts README (feast-dev#1659)
Adding feast jupyter link to it. + Fix the helm 'feast-serving' name in aws/azure terraform. Signed-off-by: szalai1 <szalaipeti.vagyok@gmail.com> Signed-off-by: Mwad22 <51929507+Mwad22@users.noreply.github.com>
1 parent 094dbf3 commit 0a148f9

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

infra/charts/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ Feast Helm Charts have been moved out of this repository.
55
* The master chart can now be found in at: https://github.com/feast-dev/feast-helm-charts
66
* Feast Serving & Core Charts are at: https://github.com/feast-dev/feast-java/tree/master/infra
77
* Feast Spark (Job Service) is at: https://github.com/feast-dev/feast-spark/tree/master/infra/charts/feast-spark
8-
9-
This repository still contains the Feast Jupyter Helm Chart, which installs a complete Feast Jupyter Server into a Kubernetes cluster.
8+
* Feast Jupyter server is at: https://github.com/feast-dev/feast-helm-charts/blob/main/charts/feast-jupyter/README.md

infra/terraform/aws/helm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ locals {
5151
}
5252
}
5353

54-
"feast-online-serving" = {
54+
"feast-serving" = {
5555
"application-override.yaml" = {
5656
enabled = true
5757
feast = {

infra/terraform/azure/helm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ locals {
2323
}
2424
}
2525

26-
feast-online-serving = {
26+
feast-serving = {
2727
enabled = true
2828
"application-override.yaml" = {
2929
feast = {

0 commit comments

Comments
 (0)