0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Add patch to enable SMTP

This commit is contained in:
SorsOps 2024-06-19 16:15:20 +02:00
parent 21ef1586f0
commit 6ed788aa5a
No known key found for this signature in database
GPG key ID: E9EC78C740654016

View file

@ -172,4 +172,9 @@ json6902Patches:
- op: add
path: /metadata/labels
value:
portService: tokens-studio-for-penpot
portService: tokens-studio-for-penpot
- op: add
path: /spec/template/spec/containers/0/env
value:
name: PENPOT_SMTP_ENABLED
value: 'true'