Files
kubernetes/manifests/artemis/gitea/secret.yaml
Daniël Groothuis efb2e7a7b1
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 55s
chore(gitea): Updated values for SMTP support
2025-10-28 11:11:43 +01:00

42 lines
950 B
YAML

---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: gitea-smtp-secret
spec:
refreshInterval: 1h
secretStoreRef:
name: platform
kind: ClusterSecretStore
target:
name: gitea-smtp-secret
data:
- secretKey: mailer.PASSWD
remoteRef:
key: gitea/smtp
property: SMTP_PASSWD
- secretKey: mailer.USER
remoteRef:
key: gitea/smtp
property: SMTP_USER
- secretKey: mailer.SMTP_ADDR
remoteRef:
key: gitea/smtp
property: SMTP_ADDR
- secretKey: mailer.SMTP_PORT
remoteRef:
key: gitea/smtp
property: SMTP_PORT
- secretKey: mailer.FROM
remoteRef:
key: gitea/smtp
property: SMTP_FROM
- secretKey: mailer.ENABLED
remoteRef:
key: gitea/smtp
property: SMTP_ENABLED
- secretKey: mailer.PROTOCOL
remoteRef:
key: gitea/smtp
property: SMTP_PROTOCOL