mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 07:25:01 +08:00
k8s-config: Update the secret to use stringData (#11679)
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
This commit is contained in:
parent
9c749713f6
commit
2a622d704a
@ -43,7 +43,7 @@ metadata:
|
|||||||
name: hf-token-secret
|
name: hf-token-secret
|
||||||
namespace: default
|
namespace: default
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
stringData:
|
||||||
token: "REPLACE_WITH_TOKEN"
|
token: "REPLACE_WITH_TOKEN"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user