Skip to content

Commit c8fc765

Browse files
author
sd109
committed
Default to nil for token value
1 parent 6a9b4ce commit c8fc765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ huggingface:
2828
secretName:
2929
# OR FOR TESTING PURPOSES ONLY, you can instead provide the secret directly
3030
# as a chart value here (if secretName is set above then it will take priority)
31-
token: ""
31+
token:
3232

3333
# Configuration for the backend model serving API
3434
api:

0 commit comments

Comments
 (0)