mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-04-19 03:12:56 +00:00
adding weight to liquibase config secret
This commit is contained in:
@@ -37,6 +37,9 @@ apiVersion: v1
|
|||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: liquibase-config
|
name: liquibase-config
|
||||||
|
annotations:
|
||||||
|
"helm.sh/hook": pre-upgrade,pre-install
|
||||||
|
"helm.sh/hook-weight": "-6"
|
||||||
data:
|
data:
|
||||||
liquibase.properties: {{ (tpl (.Files.Get "configuration/db/liquibase.properties") . ) | b64enc }}
|
liquibase.properties: {{ (tpl (.Files.Get "configuration/db/liquibase.properties") . ) | b64enc }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user