mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-25 00:34:07 +01:00
fixup! ♻️ migration externalsecrets
This commit is contained in:
@@ -14,5 +14,5 @@ spec:
|
||||
creationPolicy: Owner
|
||||
dataFrom:
|
||||
- extract:
|
||||
# SMTP_DOMAIN, SMTP_EMAIL_SMTP_USERNAME, SMTP_PASSWORD
|
||||
# SMTP_DOMAIN, SMTP_USERNAME, SMTP_PASSWORD
|
||||
key: smtp-relay
|
||||
|
||||
@@ -38,7 +38,6 @@ spec:
|
||||
DEBUG: "true"
|
||||
SMTP_DOMAIN: "${SECRET_DOMAIN}"
|
||||
SMTP_SERVER: "smtp.fastmail.com"
|
||||
SMTP_USERNAME: "${SECRET_EMAIL_SMTP_USERNAME}"
|
||||
SMTP_PORT: "465"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -30,7 +30,7 @@ metadata:
|
||||
name: zigbee2mqtt
|
||||
namespace: default
|
||||
spec:
|
||||
sourcePVC: zigbee2mqtt-images
|
||||
sourcePVC: zigbee2mqtt-config
|
||||
trigger:
|
||||
schedule: "0 7 * * *"
|
||||
restic:
|
||||
|
||||
Reference in New Issue
Block a user