From 04b466007202f8ce724273756f0a06ead5c80ade Mon Sep 17 00:00:00 2001 From: Nico Suter <37929910+nicosuter@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:55:03 +0200 Subject: [PATCH] apply codex suggestion --- deploy/charts/litellm-helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/charts/litellm-helm/values.yaml b/deploy/charts/litellm-helm/values.yaml index b54829a2943..5c6ea578333 100644 --- a/deploy/charts/litellm-helm/values.yaml +++ b/deploy/charts/litellm-helm/values.yaml @@ -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.