We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f236b94 commit 1cad00aCopy full SHA for 1cad00a
1 file changed
docs/install.md
@@ -43,7 +43,7 @@ GCP_PROJECT=my-feast-project
43
FEAST_CLUSTER=feast
44
FEAST_REPO=$(pwd)
45
FEAST_VERSION=0.1.0
46
-FEAST_STORAGE_BUCKET=gs://${PROJECT}-feast
+FEAST_STORAGE_BUCKET=gs://${GCP_PROJECT}-feast
47
```
48
49
Ensure that your `kubectl` context is set to the correct cluster
0 commit comments