Skip to content

Commit

Permalink
feat: add annotations for init job
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Dec 30, 2024
1 parent a853a18 commit cc17a91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions postal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ jobs:
# Bootstrap MariaDB
initialize:
enable: true # is it the right value ?
annotations:
helm.sh/hook: "post-install,post-upgrade"
helm.sh/hook-delete-policy: "before-hook-creation"
helm.sh/hook-weight: "1"
image:
repository: ghcr.io/postalserver/postal
pullPolicy: IfNotPresent
Expand Down

0 comments on commit cc17a91

Please sign in to comment.