🔐(helm) configure Brevo marketing tool
Using VaultWarden, added a dev Brevo API key. In the "dev" stack, enable Brevo to validate new users are signed-up to the marketing emails.
This commit is contained in:
committed by
aleb_the_flash
parent
dc0e2eefb3
commit
f14536dd93
@@ -9,6 +9,11 @@ secrets:
|
|||||||
field: password
|
field: password
|
||||||
podVariable: OIDC_RP_CLIENT_SECRET
|
podVariable: OIDC_RP_CLIENT_SECRET
|
||||||
clusterSecretStore: bitwarden-login-meet
|
clusterSecretStore: bitwarden-login-meet
|
||||||
|
- name: brevoApiKey
|
||||||
|
itemId: 99107889-6124-4436-97cc-a5193f28443f
|
||||||
|
field: password
|
||||||
|
podVariable: BREVO_API_KEY
|
||||||
|
clusterSecretStore: bitwarden-login-meet
|
||||||
image:
|
image:
|
||||||
repository: localhost:5001/meet-backend
|
repository: localhost:5001/meet-backend
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
@@ -78,6 +83,12 @@ backend:
|
|||||||
RECORDING_STORAGE_EVENT_TOKEN: password
|
RECORDING_STORAGE_EVENT_TOKEN: password
|
||||||
SUMMARY_SERVICE_ENDPOINT: http://meet-summary:80/api/v1/tasks/
|
SUMMARY_SERVICE_ENDPOINT: http://meet-summary:80/api/v1/tasks/
|
||||||
SUMMARY_SERVICE_API_TOKEN: password
|
SUMMARY_SERVICE_API_TOKEN: password
|
||||||
|
SIGNUP_NEW_USER_TO_MARKETING_EMAIL: True
|
||||||
|
BREVO_API_KEY:
|
||||||
|
secretKeyRef:
|
||||||
|
name: backend
|
||||||
|
key: BREVO_API_KEY
|
||||||
|
BREVO_API_CONTACT_LIST_IDS: 8
|
||||||
|
|
||||||
|
|
||||||
migrate:
|
migrate:
|
||||||
|
|||||||
Reference in New Issue
Block a user