adding secrets for mail valkey and database

This commit is contained in:
jessebot
2024-12-29 23:44:37 +01:00
parent 98d9d79588
commit f2b1290d9a
5 changed files with 43 additions and 1 deletions
@@ -0,0 +1,12 @@
{{- if not .Values.externalDatabase.existingSecret }}
---
apiVersion: v1
kind: Secret
metadata:
name: pixelfed-mail
data:
host: {{ .Values.pixelfed.mail.host }}
port: {{ .Values.pixelfed.mail.port }}
username: {{ .Values.pixelfed.mail.username }}
password: {{ .Values.pixelfed.mail.password }}
{{- end }}