diff --git a/supabase/README.md b/supabase/README.md index bca917d..bb71467 100644 --- a/supabase/README.md +++ b/supabase/README.md @@ -5,7 +5,8 @@ 1. Add the repository ``` -git clone https://github.com/supabase-community/supabase-kubernetes +# While https://github.com/supabase-community/supabase-kubernetes/pull/94 is not merged +git clone https://github.com/JarvusInnovations/supabase-kubernetes.git ``` 2. Create secret diff --git a/supabase/values.yaml b/supabase/values.yaml index 7f4bafc..09fe3b7 100644 --- a/supabase/values.yaml +++ b/supabase/values.yaml @@ -60,8 +60,12 @@ auth: environment: API_EXTERNAL_URL: http://example.com GOTRUE_SITE_URL: http://example.com - GOTRUE_EXTERNAL_EMAIL_ENABLED: "false" - GOTRUE_MAILER_AUTOCONFIRM: "false" + GOTRUE_EXTERNAL_EMAIL_ENABLED: "true" + GOTRUE_MAILER_AUTOCONFIRM: "true" + GOTRUE_SMTP_ADMIN_EMAIL: "your-mail@example.com" + GOTRUE_SMTP_HOST: "smtp.example.com" + GOTRUE_SMTP_PORT: "587" + GOTRUE_SMTP_SENDER_NAME: "your-mail@example.com" rest: image: