Add Gmail SMTP config to Docuseal via Vault ExternalSecret

This commit is contained in:
Will Anderson
2026-04-21 16:17:50 -05:00
parent d18dd66f0c
commit 5b739b3217
2 changed files with 45 additions and 0 deletions
@@ -16,3 +16,23 @@ spec:
remoteRef:
key: secret/data/docuseal
property: secret_key_base
- secretKey: smtp_host
remoteRef:
key: secret/data/docuseal
property: smtp_host
- secretKey: smtp_port
remoteRef:
key: secret/data/docuseal
property: smtp_port
- secretKey: smtp_username
remoteRef:
key: secret/data/docuseal
property: smtp_username
- secretKey: smtp_password
remoteRef:
key: secret/data/docuseal
property: smtp_password
- secretKey: smtp_from
remoteRef:
key: secret/data/docuseal
property: smtp_from