Skip to content

Commit

Permalink
fix: add argo hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain-infra committed Jun 20, 2024
1 parent b6b6197 commit c9a4cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
"helm.sh/hook": post-install, post-upgrade
"helm.sh/hook": post-install, pre-upgrade
"helm.sh/hook-weight": "-1"
"argocd.argoproj.io/hook": "PostSync"
{{- include "langsmith.annotations" . | nindent 4 }}
{{- with.Values.backend.clickhouseMigrations.annotations }}
{{- toYaml . | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
annotations:
"helm.sh/hook": post-install, post-upgrade
"helm.sh/hook-weight": "-1"
"argocd.argoproj.io/hook": "PostSync"
{{- include "langsmith.annotations" . | nindent 4 }}
{{- with.Values.backend.migrations.annotations }}
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit c9a4cc3

Please sign in to comment.