From 7ee013aacae1b0945ebca093a8b1bc623fa03d94 Mon Sep 17 00:00:00 2001 From: pieter Date: Sun, 6 Jul 2025 00:40:24 +0000 Subject: [PATCH] =?UTF-8?q?templates/deployment.yaml=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 16f0a59..ea0735e 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -46,7 +46,8 @@ spec: {{- end }} {{- if .Values.externalDatabase.enabled }} echo "Installing pdo_mysql for PHP 8.4 Alpine..." - apk add --no-cache php84-pdo_mysql + apk add --no-cache mysql-client mysql-dev + docker-php-ext-install pdo_mysql {{- end }} ) {{- end }}