Skip to content

Commit

Permalink
fix readme for feast-feature-server
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Aug 19, 2022
1 parent c3c5104 commit 8d3b548
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion infra/charts/feast-feature-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
Current chart version is `0.23.0`

## Installation

Run the following commands to add the repository

```
helm repo add feast-charts https://feast-helm-charts.storage.googleapis.com
helm repo update
```

Install Feast

A base64 encoded version of the `feature_store.yaml` file is needed. Helm install example:
```
helm install feast-feature-server . --set feature_store_yaml_base64=$(base64 feature_store.yaml)
helm install feast-feature-server feast-charts/feast-feature-server --set feature_store_yaml_base64=$(base64 feature_store.yaml)
```

## Values
Expand Down
12 changes: 11 additions & 1 deletion infra/charts/feast-feature-server/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
Current chart version is `{{ template "chart.version" . }}`

## Installation

Run the following commands to add the repository

```
helm repo add feast-charts https://feast-helm-charts.storage.googleapis.com
helm repo update
```

Install Feast

A base64 encoded version of the `feature_store.yaml` file is needed. Helm install example:
```
helm install feast-feature-server . --set feature_store_yaml_base64=$(base64 feature_store.yaml)
helm install feast-feature-server feast-charts/feast-feature-server --set feature_store_yaml_base64=$(base64 feature_store.yaml)
```

{{ template "chart.requirementsSection" . }}
Expand Down

0 comments on commit 8d3b548

Please sign in to comment.