[SIS-xxx] corrected hook weight for db credentials

This commit is contained in:
Sheldan
2023-08-30 01:07:08 +02:00
parent 96bdc3d089
commit 5d02bb99d4

View File

@@ -4,7 +4,7 @@ metadata:
name: db-credentials
annotations:
"helm.sh/hook": pre-upgrade,pre-install
"helm.sh/hook-weight": "-3"
"helm.sh/hook-weight": "-6"
data:
dbPassword: {{ $.Values.dbCredentials.password | b64enc }} # b64enc is needed, because a stringData secret field cannot hold numeric values
dbUser: {{ $.Values.dbCredentials.userName | b64enc }}