mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-01-02 15:26:29 +00:00
adding weight to liquibase config secret
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user