Fix storage
This commit is contained in:
parent
7dfeda268e
commit
a7264b42aa
3 changed files with 20 additions and 10 deletions
|
@ -14,7 +14,13 @@ git clone https://github.com/supabase-community/supabase-kubernetes
|
|||
cat src-secret.yaml | kubeseal -o yaml --controller-name=sealed-secrets --controller-namespace=default | kubectl apply -f -
|
||||
```
|
||||
|
||||
2. Install Supabase
|
||||
3. Check helm result
|
||||
|
||||
```
|
||||
helm template supabase supabase-kubernetes/charts/supabase/ -f values.yaml
|
||||
```
|
||||
|
||||
4. Install Supabase
|
||||
|
||||
```
|
||||
helm install supabase supabase-kubernetes/charts/supabase/ -f values.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue