adding secrets for mail valkey and database
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user