Skip to content

Commit

Permalink
k8s-config: Update the secret to use stringData (#11679)
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <[email protected]>
  • Loading branch information
surajssd authored Jan 6, 2025
1 parent 9c74971 commit 2a622d7
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 2a622d7

Please sign in to comment.