Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ce6b1d7

Browse files
author
tylertitsworth
committedAug 23, 2024··
fix secret reference
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent f9f4ed1 commit ce6b1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎workflows/charts/tgi/templates/secret.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ metadata:
1919
name: {{ .Release.Name }}-hf-token
2020
type: Opaque
2121
data:
22-
HF_TOKEN: {{ required "Please Provide a Valid Base64 Huggingface Hub Token for secret.encodedToken" .Values.secret.encodedToken }}
22+
HF_TOKEN: {{ .Values.secret.encodedToken }}

0 commit comments

Comments
 (0)
Please sign in to comment.