templates/deployment.yaml を更新

This commit is contained in:
2025-07-05 12:25:06 +00:00
parent 2b3923db0c
commit e87286fbfc

View File

@@ -45,8 +45,8 @@ spec:
composer require php-webdriver/webdriver
{{- end }}
{{- if .Values.externalDatabase.enabled }}
echo "Installing pdo_mysql for PHP 8.3 Alpine..."
apk add --no-cache php83 php83-pdo_mysql
echo "Installing pdo_mysql for PHP 8.4 Alpine..."
apk add --no-cache php84-pdo_mysql
{{- end }}
)
{{- end }}