templates/deployment.yaml を更新

This commit is contained in:
2025-07-06 00:40:24 +00:00
parent e87286fbfc
commit 7ee013aaca

View File

@@ -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 }}