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:
|
tls:
|
||||||
{{- if .Values.server.ingressGrpc.tls }}
|
{{- if .Values.server.ingressGrpc.tls }}
|
||||||
- hosts:
|
- hosts:
|
||||||
- {{ $hostname }}
|
- {{ .Values.server.ingressGrpc.hostname | default $hostname }}
|
||||||
secretName: argocd-server-grpc-tls
|
secretName: argocd-server-grpc-tls
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.server.ingressGrpc.extraTls }}
|
{{- with .Values.server.ingressGrpc.extraTls }}
|
||||||
|
|
Loading…
Reference in a new issue