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:
@@ -86,12 +86,12 @@ spec:
|
|||||||
- name: mail__options__auth__user
|
- name: mail__options__auth__user
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: ghost-en-smtp
|
name: ghost-en-smtp-infisical
|
||||||
key: SMTP_USER
|
key: SMTP_USER
|
||||||
- name: mail__options__auth__pass
|
- name: mail__options__auth__pass
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: ghost-en-smtp
|
name: ghost-en-smtp-infisical
|
||||||
key: SMTP_PASS
|
key: SMTP_PASS
|
||||||
- name: privacy__useUpdateCheck
|
- name: privacy__useUpdateCheck
|
||||||
value: "false"
|
value: "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user