Add supabase test
This commit is contained in:
parent
e25587a7d3
commit
99e1419556
4 changed files with 175 additions and 1 deletions
19
supabase/README.md
Normal file
19
supabase/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Project
|
||||
|
||||
## Install Supabase
|
||||
|
||||
1. Add the repository
|
||||
|
||||
```
|
||||
git clone https://github.com/supabase-community/supabase-kubernetes
|
||||
```
|
||||
|
||||
2. Install Supabase
|
||||
|
||||
```
|
||||
helm install supabase supabase-kubernetes/charts/supabase/ -f values.yaml
|
||||
```
|
||||
|
||||
## Links
|
||||
|
||||
- [HELM github repo](https://github.com/supabase-community/supabase-kubernetes/tree/main)
|
Loading…
Add table
Add a link
Reference in a new issue