Skip to content

Commit 983e182

Browse files
committed
Make comment clearer when setting core,serving uri
1 parent 6b1cfb4 commit 983e182

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ kubectl get svc --selector release=${FEAST_HELM_RELEASE_NAME}
230230
# feast-postgresql-headless ClusterIP None <none> 5432/TCP 2m30s
231231
# feast-serving LoadBalancer 10.71.244.137 10.148.2.71 6565:30540/TCP,80:31324/TCP 2m30s
232232

233-
# Set the following variables based on the values above for use by Feast CLI and Feast SDK
233+
# Set the following variables based on the values above
234+
# These variables will be used by Feast CLI and Feast SDK later
234235
FEAST_CORE_URI=10.148.2.69:6565
235236
FEAST_SERVING_URI=10.148.2.71:6565
236237
```

0 commit comments

Comments
 (0)