Skip to content

Commit

Permalink
Added post-upgrade helm hook to data insert job (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyND authored Aug 14, 2024
1 parent 8d67c9f commit 8844164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/templates/post-install-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "pkgsite.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": post-install
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "0"
"helm.sh/hook-delete-policy": before-hook-creation
spec:
Expand Down Expand Up @@ -64,4 +64,4 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 8844164

Please sign in to comment.