File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
charts/llm-d/templates/sample-application Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
key : {{ .Values.sampleApplication.model.auth.hfToken.key }}
41
41
{{- end }}
42
42
{{- 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 }}
44
44
{{- end }}
45
45
46
46
prefill :
@@ -63,13 +63,13 @@ spec:
63
63
key : {{ .Values.sampleApplication.model.auth.hfToken.key }}
64
64
{{- end }}
65
65
{{- 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 }}
67
67
{{- end }}
68
68
endpointPicker :
69
69
containers :
70
70
- name : epp
71
71
env :
72
72
{{- 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 }}
74
74
{{- end }}
75
75
{{- end }}
You can’t perform that action at this time.
0 commit comments