Skip to content

Commit 56e6721

Browse files
authored
Update inference perf chart to use new hftoken structure. (#1955)
1 parent 6ed9419 commit 56e6721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarking/inference-perf/templates/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ metadata:
88
{{- include "inference-perf.labels" . | nindent 4 }}
99
type: Opaque
1010
stringData:
11-
{{ include "inference-perf.hfKey" . }}: {{ .Values.hfToken | quote }}
11+
{{ include "inference-perf.hfKey" . }}: {{ .Values.token.hfToken | quote }}
1212
{{- end }}

0 commit comments

Comments
 (0)