Skip to content

Commit 1706607

Browse files
authored
Merge pull request #11 from Xunzhuo/fix-secret-key
fix: inconsistent secret key with deployment
2 parents f86db70 + a9a2a18 commit 1706607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/poc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This project sets up an Envoy gateway with a custom external processing which im
1717
### Steps
1818

1919
1. **Deploy Sample vLLM Application**
20-
NOTE: Create a HuggingFace API token and store it in a secret named `hf-token` with key hf_api_token`. This is configured in the `HUGGING_FACE_HUB_TOKEN` and `HF_TOKEN` environment variables in `./manifests/samples/vllm-lora-deployment.yaml`.
20+
NOTE: Create a HuggingFace API token and store it in a secret named `hf-token` with key `token`. This is configured in the `HUGGING_FACE_HUB_TOKEN` and `HF_TOKEN` environment variables in `./manifests/samples/vllm-lora-deployment.yaml`.
2121

2222
```bash
2323
kubectl apply -f ./manifests/samples/vllm-lora-deployment.yaml

0 commit comments

Comments
 (0)