Skip to content

Commit

Permalink
k8s-config: Update the secret to use stringData (vllm-project#11679)
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <[email protected]>
Signed-off-by: Bowen Wang <[email protected]>
  • Loading branch information
surajssd authored and abmfy committed Jan 24, 2025
1 parent 82c93d4 commit cca31c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/serving/deploying_with_k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ metadata:
name: hf-token-secret
namespace: default
type: Opaque
data:
stringData:
token: "REPLACE_WITH_TOKEN"
```
Expand Down

0 comments on commit cca31c3

Please sign in to comment.