From 43c93a5c0aea211d1e0a6541fa0499f2a13e8efe Mon Sep 17 00:00:00 2001 From: Ilya Nikokoshev Date: Sat, 6 Jan 2024 19:05:06 +0100 Subject: [PATCH] fix: do not prune with argocd --- langfuse/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/langfuse/templates/_helpers.tpl b/langfuse/templates/_helpers.tpl index a88f552..5bf7f74 100644 --- a/langfuse/templates/_helpers.tpl +++ b/langfuse/templates/_helpers.tpl @@ -44,6 +44,7 @@ If release name contains chart name it will be used as a full name. {{- define "langfuse.postgresqlSecret.annotations" -}} {{- if .Values.secrets.postgres.keepWhenUninstalled -}} "helm.sh/resource-policy": "keep" + "argocd.argoproj.io/sync-options": "Prune=false" {{- end }} {{- end }}