Fix storage

This commit is contained in:
Florian RICHER 2025-06-17 15:30:05 +02:00
parent 7dfeda268e
commit a7264b42aa
3 changed files with 20 additions and 10 deletions

View file

@ -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