Skip to content

Commit a3a4c64

Browse files
committed
fix: resolve lint issues
Signed-off-by: downfa11 <downfa11@naver.com>
1 parent 087d262 commit a3a4c64

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

charts/argo-cd/templates/argocd-server/grpcroute.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ spec:
2525
hostnames:
2626
{{- toYaml . | nindent 4 }}
2727
{{- end }}
28-
rules:
29-
{{- if .Values.server.grpcroute.rules }}
30-
{{- range .Values.server.grpcroute.rules }}
31-
{{- with .matches }}
32-
- matches:
33-
{{- toYaml . | nindent 8 }}
34-
{{- end }}
35-
{{- with .filters }}
36-
filters:
37-
{{- toYaml . | nindent 8 }}
38-
{{- end }}
39-
backendRefs:
40-
- name: {{ $fullName }}
41-
port: {{ $servicePort }}
42-
weight: 1
43-
{{- end }}
28+
rules:
29+
{{- if .Values.server.grpcroute.rules }}
30+
{{- range .Values.server.grpcroute.rules }}
31+
- {{- with .matches }}
32+
matches:
33+
{{- toYaml . | nindent 8 }}
34+
{{- end }}
35+
{{- with .filters }}
36+
filters:
37+
{{- toYaml . | nindent 8 }}
38+
{{- end }}
39+
backendRefs:
40+
- name: {{ $fullName }}
41+
port: {{ $servicePort }}
42+
weight: 1
43+
{{- end }}
4444
{{- else }}
4545
- matches:
4646
- method:
@@ -50,4 +50,4 @@ spec:
5050
- name: {{ $fullName }}
5151
port: {{ $servicePort }}
5252
weight: 1
53-
{{- end }}
53+
{{- end }}

0 commit comments

Comments
 (0)