Skip to content

Commit 80af10b

Browse files
committed
fix indent in helm chart
Signed-off-by: Hongsu Ryu <[email protected]>
1 parent 6f5b363 commit 80af10b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/llm-d/templates/sample-application/modelservice.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
key: {{ .Values.sampleApplication.model.auth.hfToken.key }}
4141
{{- end }}
4242
{{- if .Values.sampleApplication.decode.env }}
43-
{{- include "common.tplvalues.render" (dict "value" .Values.sampleApplication.decode.env "context" $) | nindent 6 }}
43+
{{- include "common.tplvalues.render" (dict "value" .Values.sampleApplication.decode.env "context" $) | nindent 8 }}
4444
{{- end }}
4545

4646
prefill:
@@ -63,13 +63,13 @@ spec:
6363
key: {{ .Values.sampleApplication.model.auth.hfToken.key }}
6464
{{- end }}
6565
{{- if .Values.sampleApplication.prefill.env }}
66-
{{- include "common.tplvalues.render" (dict "value" .Values.sampleApplication.prefill.env "context" $) | nindent 6 }}
66+
{{- include "common.tplvalues.render" (dict "value" .Values.sampleApplication.prefill.env "context" $) | nindent 8 }}
6767
{{- end }}
6868
endpointPicker:
6969
containers:
7070
- name: epp
7171
env:
7272
{{- if .Values.sampleApplication.endpointPicker.env }}
73-
{{- include "common.tplvalues.render" ( dict "value" .Values.sampleApplication.endpointPicker.env "context" $) | nindent 6 }}
73+
{{- include "common.tplvalues.render" ( dict "value" .Values.sampleApplication.endpointPicker.env "context" $) | nindent 8 }}
7474
{{- end }}
7575
{{- end }}

0 commit comments

Comments
 (0)