Skip to content

Commit ec6f4d1

Browse files
authored
Fix typo
1 parent ea591ac commit ec6f4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ api:
5757
# NOTE: Changing this has implications for the number of additional GPU worker nodes required
5858
# to preform a rolling zero-downtime update
5959
updateStrategy:
60-
type: recreate
60+
type: Recreate
6161
# Extra args to supply to the vLLM backend, see
6262
# https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/openai/api_server.py
6363
extraArgs: []
@@ -93,4 +93,4 @@ ui:
9393
maxUnavailable: 25%
9494

9595
reloader:
96-
watchGlobally: false
96+
watchGlobally: false

0 commit comments

Comments
 (0)