From 14c1990f53930dce33e27bbe4ab5c7d78462ad75 Mon Sep 17 00:00:00 2001 From: xogoodnow Date: Sun, 22 Dec 2024 21:35:02 +0330 Subject: [PATCH] Bad arguments Signed-off-by: xogoodnow --- .../templates/ingester/service-ingester-discovery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/templates/ingester/service-ingester-discovery.yaml b/charts/tempo-distributed/templates/ingester/service-ingester-discovery.yaml index ce0da7a2ec..6389c70a0b 100644 --- a/charts/tempo-distributed/templates/ingester/service-ingester-discovery.yaml +++ b/charts/tempo-distributed/templates/ingester/service-ingester-discovery.yaml @@ -21,7 +21,7 @@ spec: port: {{ .port }} protocol: TCP targetPort: {{ .port }} - {{- if and (hasPrefix .name "grpc" ($.Values.ingester.appProtocol.grpc) )}} + {{- if and (hasPrefix .name "grpc") ($.Values.ingester.appProtocol.grpc) }} appProtocol: {{ $.Values.ingester.appProtocol.grpc }} {{- end }} {{- end }}