Update example conf for supabase to use dedicated secret
This commit is contained in:
parent
99e1419556
commit
7dfeda268e
4 changed files with 71 additions and 18 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue