Skip to content

Commit 116c413

Browse files
author
Anuj Sharma
committed
Fix smtp.password key and gateway.provider value in quickstart
1 parent 4a67310 commit 116c413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/self-hosted/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ Get Scalekit running on Kubernetes quickly through the Scalekit distribution por
124124
|-------|-------------|
125125
| `domain` | Base domain. The chart derives `app.<domain>` and `auth.<domain>` from this. |
126126
| `adminUser` | First admin account created on first boot. Use this to log in to the dashboard. |
127-
| `emailServer` | SMTP settings for transactional email (invites, magic links, verification codes). The password is provided separately via `secrets.registry.password` (see [full configuration](/self-hosted/configuration/) for details). |
127+
| `emailServer` | SMTP settings for transactional email (invites, magic links, verification codes). The password is provided separately via `secrets.smtp.password` (see [full configuration](/self-hosted/configuration/) for details). |
128128
| `secrets.create` | When `true`, the chart creates all required Kubernetes secrets from the values below. |
129129
| `secrets.svix` | Webhook service credentials generated in step 2. |
130130
| `secrets.registry.password` | Registry access token from step 1. |
131-
| `gateway.provider` | Set to `gcp` for GKE to enable GKE-specific resources. Leave empty for all other providers. |
131+
| `gateway.provider` | Set to `gcp` for GKE to enable GKE-specific resources. Set to `other` for all other providers. |
132132
| `gateway.className` | The GatewayClass installed on your cluster. |
133133
| `gateway.annotations` | Attach a TLS certificate via your provider's annotation. |
134134

0 commit comments

Comments
 (0)