Skip to content

Commit

Permalink
fix: do not prune with argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 6, 2024
1 parent 1126f0c commit 43c93a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langfuse/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 43c93a5

Please sign in to comment.