Skip to content

Commit

Permalink
Bad arguments
Browse files Browse the repository at this point in the history
Signed-off-by: xogoodnow <xo4ever9999@gmail.com>
  • Loading branch information
xogoodnow committed Dec 22, 2024
1 parent 59d8cb7 commit 14c1990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 14c1990

Please sign in to comment.