Skip to content

Commit

Permalink
[Brokencrystals] Fix mailcatcher ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed May 29, 2024
1 parent d259c62 commit 1b995ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/brokencrystals/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- mailcatcher.{{ .Values.ingress.url }}
- mailcatcher-{{ .Values.ingress.url }}
secretName: {{ if eq .Values.ingress.cert "" }}{{ include "brokencrystals.fullname" . }}-mailcatcher-secret{{ else }}{{ .Values.ingress.cert }}{{ end }}
rules:
- host: mailcatcher.{{ .Values.ingress.url }}
- host: mailcatcher-{{ .Values.ingress.url }}
http:
paths:
- path: /
Expand Down

0 comments on commit 1b995ca

Please sign in to comment.