mirror of
https://github.com/helm/charts.git
synced 2026-08-21 13:28:13 +00:00
* [stable/lamp] updated documentation due to #8425, bumped various container versions to current stable Signed-off-by: lead4good <lead4good@users.noreply.github.com> * applied requested changes, fixed phpmyadmin bug thanks to #9148 Signed-off-by: lead4good <lead4good@users.noreply.github.com> * changed image to repository:tag Signed-off-by: lead4good <lead4good@users.noreply.github.com>
18 lines
417 B
YAML
18 lines
417 B
YAML
mysql:
|
|
rootPassword: "Root Password here..."
|
|
user: drupal
|
|
password: "User Password here..."
|
|
database: drupal
|
|
|
|
php:
|
|
repository: "drupal"
|
|
tag: "fpm-alpine"
|
|
persistentSubpaths:
|
|
- modules
|
|
- profiles
|
|
- sites
|
|
- themes
|
|
# copies web root to persistent storage upon creation. remember to disable on subsequent
|
|
# upgrades of the chart, otherwise your storage might get overwritten...
|
|
copyRoot: true
|