Fixed default tls hosts for grpc ingress endpoint
Signed-off-by: Goeran Poehner <goeran.poehner@gmail.com>
This commit is contained in:
parent
fc620a3d51
commit
7800b2a250
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ spec:
|
|||
tls:
|
||||
{{- if .Values.server.ingressGrpc.tls }}
|
||||
- hosts:
|
||||
- {{ $hostname }}
|
||||
- {{ .Values.server.ingressGrpc.hostname | default $hostname }}
|
||||
secretName: argocd-server-grpc-tls
|
||||
{{- end }}
|
||||
{{- with .Values.server.ingressGrpc.extraTls }}
|
||||
|
|
Loading…
Reference in a new issue