.. | ||
.gitignore | ||
README.md | ||
src-secret.yaml | ||
values.yaml |
Project
Install Supabase
- Add the repository
git clone https://github.com/supabase-community/supabase-kubernetes
- Create secret
cat src-secret.yaml | kubeseal -o yaml --controller-name=sealed-secrets --controller-namespace=default | kubectl apply -f -
- Check helm result
helm template supabase supabase-kubernetes/charts/supabase/ -f values.yaml
- Install Supabase
helm install supabase supabase-kubernetes/charts/supabase/ -f values.yaml