[SIS-xxx] reducing hook weight for db credentials

This commit is contained in:
Sheldan
2023-08-30 00:49:24 +02:00
parent fd402a966a
commit 22c330c7e4

View File

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