diff --git a/flux2/apps/wordpress/wordpress-values-configmap.yaml b/flux2/apps/wordpress/wordpress-values-configmap.yaml index 3b8fe598d51425b0c51f5337c9b08c09caa3fd41..b2e51994d6101a3ef2f7708274e845149a4c1464 100644 --- a/flux2/apps/wordpress/wordpress-values-configmap.yaml +++ b/flux2/apps/wordpress/wordpress-values-configmap.yaml @@ -40,6 +40,14 @@ data: role_mapping_enabled: true role_key: openappstack_roles + smtp_settings: + enabled: ${wordpress_smtp_enabled} + smtp_user: "${outgoing_mail_smtp_user}" + smtp_pass: "${outgoing_mail_smtp_password}" + smtp_host: "${outgoing_mail_smtp_host}" + smtp_from: "${outgoing_mail_smtp_user}" + smtp_port: "${outgoing_mail_smtp_port}" + database: auth: username: wordpress diff --git a/flux2/infrastructure/sources/wordpress.yaml b/flux2/infrastructure/sources/wordpress.yaml index 16caf91d63077f23d914b5172290592dc16a9601..d1bab02b8bb706931f2e157e3e5849e9a640138e 100644 --- a/flux2/infrastructure/sources/wordpress.yaml +++ b/flux2/infrastructure/sources/wordpress.yaml @@ -14,4 +14,5 @@ spec: # For all available options, see: # https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef ref: - tag: 0.4.0 + # tag: 0.4.0 + branch: 94-add-smtp-configuration-options