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.