adding weight to liquibase config secret

This commit is contained in:
Sheldan
2024-01-22 02:22:42 +01:00
parent 600c5060f5
commit 6f08b44a88

View File

@@ -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 }}