Skip to content
Snippets Groups Projects
Verified Commit fd8d5580 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

use admin_email setting of wordpress helm chart

parent f26d69a9
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ data: ...@@ -13,6 +13,7 @@ data:
adm: adm:
usid: admin usid: admin
pssw: "${wordpress_admin_password}" pssw: "${wordpress_admin_password}"
email: "${admin_email}"
site: site:
# NOTE: Make sure you use underscore and that the localisation is in full caps # NOTE: Make sure you use underscore and that the localisation is in full caps
locale: en_US locale: en_US
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment