From dd680536d93431882d26626d2929143f6fddb208 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 12 Nov 2024 20:45:53 -0800 Subject: [PATCH] (build) helm db sync hook --- deploy/charts/litellm-helm/templates/migrations-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index 7de0f227b..fc1aacf16 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -6,7 +6,7 @@ metadata: name: {{ include "litellm.fullname" . }}-migrations annotations: argocd.argoproj.io/hook: PreSync - argocd.argoproj.io/hook-delete-policy: HookSucceeded + argocd.argoproj.io/hook-delete-policy: Never # keep this resource so we can debug status on ArgoCD checksum/config: {{ toYaml .Values | sha256sum }} spec: template: