k8s-config: Update the secret to use stringData (#11679)

Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
This commit is contained in:
Suraj Deshmukh 2025-01-06 00:01:22 -08:00 committed by GitHub
parent 9c749713f6
commit 2a622d704a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ metadata:
name: hf-token-secret
namespace: default
type: Opaque
data:
stringData:
token: "REPLACE_WITH_TOKEN"
```