diff --git a/ci/gw2-tools/templates/db-config-deployment-job.yaml b/ci/gw2-tools/templates/db-config-deployment-job.yaml index 749d685..757d3a9 100644 --- a/ci/gw2-tools/templates/db-config-deployment-job.yaml +++ b/ci/gw2-tools/templates/db-config-deployment-job.yaml @@ -37,6 +37,9 @@ apiVersion: v1 kind: Secret metadata: name: liquibase-config + annotations: + "helm.sh/hook": pre-upgrade,pre-install + "helm.sh/hook-weight": "-6" data: liquibase.properties: {{ (tpl (.Files.Get "configuration/db/liquibase.properties") . ) | b64enc }} {{- end }}