From 6ed788aa5a3b3c3c0f9b82a088b04ad67decb9aa Mon Sep 17 00:00:00 2001 From: SorsOps <80043879+sorsOps@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:15:20 +0200 Subject: [PATCH] Add patch to enable SMTP --- .gimlet/penpot-prod.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gimlet/penpot-prod.yaml b/.gimlet/penpot-prod.yaml index 07a0d819a4..3828e3427a 100644 --- a/.gimlet/penpot-prod.yaml +++ b/.gimlet/penpot-prod.yaml @@ -172,4 +172,9 @@ json6902Patches: - op: add path: /metadata/labels value: - portService: tokens-studio-for-penpot \ No newline at end of file + portService: tokens-studio-for-penpot + - op: add + path: /spec/template/spec/containers/0/env + value: + name: PENPOT_SMTP_ENABLED + value: 'true'