ghost-en: repoint SMTP to Infisical-backed secret (3b)

mail__options__auth__user/pass secretKeyRef
  ghost-en-smtp -> ghost-en-smtp-infisical
Recreate roll picks up the Infisical-synced credentials.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-21 20:06:41 +00:00
co-authored by Claude Opus 4.8
parent d3bd1a3503
commit bafbdc8a3b
+2 -2
View File
@@ -86,12 +86,12 @@ spec:
- name: mail__options__auth__user
valueFrom:
secretKeyRef:
name: ghost-en-smtp
name: ghost-en-smtp-infisical
key: SMTP_USER
- name: mail__options__auth__pass
valueFrom:
secretKeyRef:
name: ghost-en-smtp
name: ghost-en-smtp-infisical
key: SMTP_PASS
- name: privacy__useUpdateCheck
value: "false"