apply codex suggestion

This commit is contained in:
Nico Suter 2026-04-08 18:55:03 +02:00 committed by GitHub
parent 584d6a192e
commit 04b4660072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,8 @@ topologySpreadConstraints:
# whenUnsatisfiable: DoNotSchedule
# labelSelector:
# matchLabels:
# Adjust to match `.Values.nameOverride` if you override it (default: "litellm"):
# app.kubernetes.io/name: litellm
# Adjust to match name passed to `helm install`:
# app.kubernetes.io/instance: litellm
# At the time of writing, the litellm docker image requires write access to the
# filesystem on startup so that prisma can install some dependencies.