Skip to content

Commit 20e247a

Browse files
surajssdmzusman
authored andcommitted
k8s-config: Update the secret to use stringData (vllm-project#11679)
Signed-off-by: Suraj Deshmukh <[email protected]>
1 parent 5afa890 commit 20e247a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/serving/deploying_with_k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ metadata:
4343
name: hf-token-secret
4444
namespace: default
4545
type: Opaque
46-
data:
46+
stringData:
4747
token: "REPLACE_WITH_TOKEN"
4848
```
4949

0 commit comments

Comments
 (0)