Skip to content

Commit cc17a91

Browse files
committed
feat: add annotations for init job
1 parent a853a18 commit cc17a91

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

postal/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@ jobs:
341341
# Bootstrap MariaDB
342342
initialize:
343343
enable: true # is it the right value ?
344+
annotations:
345+
helm.sh/hook: "post-install,post-upgrade"
346+
helm.sh/hook-delete-policy: "before-hook-creation"
347+
helm.sh/hook-weight: "1"
344348
image:
345349
repository: ghcr.io/postalserver/postal
346350
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)