fix(argo-cd): Fixed default tls hosts for grpc ingress endpoint (#2580)
* Fixed default tls hosts for grpc ingress endpoint Signed-off-by: Goeran Poehner <goeran.poehner@gmail.com> * Increased chart version Signed-off-by: Goeran Poehner <goeran.poehner@gmail.com> * Added changelog entry Signed-off-by: Goeran Poehner <goeran.poehner@gmail.com> * Updated changelog Signed-off-by: Goeran Poehner <goeran.poehner@gmail.com> --------- Signed-off-by: Goeran Poehner <goeran.poehner@gmail.com> Signed-off-by: Petr Drastil <petr.drastil@gmail.com> Co-authored-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
b9615e451c
commit
6a58945969
2 changed files with 4 additions and 4 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…
Add table
Add a link
Reference in a new issue