Fix reference to value in range
Signed-off-by: Tamas <tamas@ujet.cx>
This commit is contained in:
parent
542974d502
commit
66a47d8e7c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ spec:
|
|||
{{- range $p := $paths }}
|
||||
{{- if and $.Values.server.ingressGrpc.isAWSALB $.Values.server.ingressGrpc.enabled }}
|
||||
- path: {{ $p }}
|
||||
pathType: {{ .Values.server.ingressGrpc.pathType }}
|
||||
pathType: {{ $.Values.server.ingressGrpc.pathType }}
|
||||
backend:
|
||||
service:
|
||||
name: {{ template "argo-cd.server.fullname" $ }}-grpc
|
||||
|
|
Loading…
Reference in a new issue