You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/configuration-reference.md
+37-14Lines changed: 37 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,30 +2,31 @@
2
2
3
3
## 1. Overview
4
4
5
-
Details how to configure each Feast component
5
+
The Configuration Reference will walk through how to configure each Feast component:
6
6
7
-
* Feast Core, Serving and Job Controller
8
-
* Feast CLI and Feast Python SDK
7
+
*[Feast Core, Serving and Job Controller](configuration-reference.md#2-feast-core-serving-and-job-controller)
8
+
*[Feast CLI and Feast Python SDK](configuration-reference.md#3-feast-cli-and-feast-python-sdk)
9
+
*[Feast Go and Java SDK](configuration-reference.md#4-feast-java-and-go-sdk)
9
10
10
-
## 2. Feast Core, Serving and Job Controller
11
+
## [2. Feast Core, Serving and Job Controller](configuration-reference.md#3-feast-cli-and-feast-python-sdk)
11
12
12
-
Available Configuration Properties for Feast Core, Serving and Job Controller can be found in the corresponding `application.yml` of each component:
13
+
Available Configuration Properties for Feast Core, Serving and Job Controller can be referenced from the corresponding `application.yml` of each component:
Configuration Properties can be set via `application-override.yaml` for each component in `values.yml`:
58
+
Configuration Properties can be set via `application-override.yaml` for each component in `values.yaml`:
58
59
59
60
```yaml
60
61
# values.yaml
@@ -65,15 +66,15 @@ feast-core:
65
66
# ...
66
67
```
67
68
68
-
Futher documentation on configuring Feast via the Kubernetes deployment can be found in the[Helm Chart Readme.](https://github.com/feast-dev/feast/blob/master/infra/charts/feast/README.md)
69
+
[Learn more ](https://github.com/feast-dev/feast/blob/master/infra/charts/feast/README.md)about configuring the Feast Helm Chart[.](https://github.com/feast-dev/feast/blob/master/infra/charts/feast/README.md)
69
70
70
71
### Direct Configuration
71
72
72
73
If Feast is built and running from source, configuration Properties can be set directly in the Feast component's `application.yml`:
Available configuration parameters can be found in the [Java SDK API reference.](https://javadoc.io/doc/dev.feast/feast-sdk/latest/com/gojek/feast/package-summary.html)
0 commit comments