Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/1_deployment_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To deploy the supabase backend to a local minikube cluster, run the following co
```bash
minikube addons enable ingress
```
3. Deploy the application with helm
3. Go into the top level of the GitHub repo. Deploy the application with helm
```bash
helm install supabase -f values.dev.yaml ../vendors/supabase-kubernetes/charts/supabase
```
Expand Down
Loading