Skip to content

Commit f32fa28

Browse files
committed
Fix wrong hostname
1 parent b2d8608 commit f32fa28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Charts/ldtteam-authentication-server/templates/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ spec:
1818
ingressClassName: "nginx"
1919
tls:
2020
- hosts:
21-
- {{ .Values.ingress.hostName }}
21+
- {{ .Values.ingress.hostname }}
2222
secretName: auth-minecolonies-tls
2323
rules:
24-
- host: {{ .Values.ingress.hostName | quote }}
24+
- host: {{ .Values.ingress.hostname | quote }}
2525
http:
2626
paths:
2727
- path: /

0 commit comments

Comments
 (0)