Skip to content

Commit

Permalink
Fix wrong hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 13, 2024
1 parent b2d8608 commit f32fa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Charts/ldtteam-authentication-server/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ spec:
ingressClassName: "nginx"
tls:
- hosts:
- {{ .Values.ingress.hostName }}
- {{ .Values.ingress.hostname }}
secretName: auth-minecolonies-tls
rules:
- host: {{ .Values.ingress.hostName | quote }}
- host: {{ .Values.ingress.hostname | quote }}
http:
paths:
- path: /
Expand Down

0 comments on commit f32fa28

Please sign in to comment.