There was an error while loading. Please reload this page.
1 parent b7b18bb commit 6b1cfb4Copy full SHA for 6b1cfb4
1 file changed
docs/install.md
@@ -213,12 +213,12 @@ Install Feast using the values in `/tmp/feast-helm-values.yaml`.
213
214
Then run the following to install Feast Helm release:
215
216
-```
+```bash
217
helm install --name ${FEAST_HELM_RELEASE_NAME} ./charts/feast -f /tmp/feast-helm-values.yaml
218
```
219
220
Wait for about 2 minutes :alarm_clock: then make sure Feast deployment is successful.
221
222
# Make sure all the pods have statuses "READY: 1/1" and "STATUS: RUNNING"
223
kubectl get pod
224
0 commit comments