Update example conf for supabase to use dedicated secret

This commit is contained in:
Florian RICHER 2025-06-17 12:05:51 +02:00
parent 99e1419556
commit 7dfeda268e
4 changed files with 71 additions and 18 deletions

View file

@ -8,6 +8,12 @@
git clone https://github.com/supabase-community/supabase-kubernetes
```
2. Create secret
```
cat src-secret.yaml | kubeseal -o yaml --controller-name=sealed-secrets --controller-namespace=default | kubectl apply -f -
```
2. Install Supabase
```