mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
docs: Fix spacing
Replace misaligned tab with spaces Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
This commit is contained in:
parent
6832e8a658
commit
fc25162362
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ server:
|
|||
config:
|
||||
jwks:
|
||||
uri: "https://kubernetes.default.svc:8443/openid/v1/jwks"
|
||||
token: "${env.TOKEN:}"
|
||||
token: "${env.TOKEN:}"
|
||||
key_recheck_period: 3600
|
||||
tls_cafile: "/path/to/ca.crt"
|
||||
issuer: "https://kubernetes.default.svc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue