15 lines
337 B
YAML
15 lines
337 B
YAML
|
# @see https://artifacthub.io/packages/helm/bitnami/drupal?modal=values
|
||
|
|
||
|
fullnameOverride: drupal
|
||
|
mariadb:
|
||
|
enabled: false
|
||
|
allowEmptyPassword: true
|
||
|
externalDatabase:
|
||
|
host: "mariadb.futureporn.svc.cluster.local"
|
||
|
port: 3306
|
||
|
user: drupal
|
||
|
database: drupal
|
||
|
existingSecret: externaldb
|
||
|
image:
|
||
|
debug: true
|
||
|
tag: 10.3.6-debian-12-r1
|