Update docs: MySQL → MariaDB 11.4 LTS

Consistency across all documentation.

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hector Ros
2026-01-20 00:54:21 +01:00
parent e5e039504e
commit a6407cb3fe
3 changed files with 5 additions and 5 deletions

View File

@@ -194,7 +194,7 @@ async function createPreviewWithDatabase(params: {
}) {
const { namespace, projectName } = params
// 1. Deploy MySQL/PostgreSQL ephemeral
// 1. Deploy MariaDB/PostgreSQL ephemeral
await k8sClient.createDeployment({
namespace,
name: 'db',