Merge branch 'main' into add_target_port_value

This commit is contained in:
Jesse Hitch
2025-01-18 10:16:12 +01:00
committed by GitHub
3 changed files with 9 additions and 5 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{{- if not .Values.externalDatabase.existingSecret }}
{{- if not .Values.pixelfed.mail.existingSecret }}
---
apiVersion: v1
kind: Secret
@@ -7,6 +7,10 @@ metadata:
data:
host: {{ .Values.pixelfed.mail.host }}
port: {{ .Values.pixelfed.mail.port }}
{{- if .Values.pixelfed.mail.username }}
username: {{ .Values.pixelfed.mail.username }}
{{- end }}
{{- if .Values.pixelfed.mail.password }}
password: {{ .Values.pixelfed.mail.password }}
{{- end }}
{{- end }}