We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a853a18 commit cc17a91Copy full SHA for cc17a91
1 file changed
postal/values.yaml
@@ -341,6 +341,10 @@ jobs:
341
# Bootstrap MariaDB
342
initialize:
343
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"
348
image:
349
repository: ghcr.io/postalserver/postal
350
pullPolicy: IfNotPresent
0 commit comments