mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-02 23:57:17 +00:00
[SIS-xxx] corrected hook weight for db credentials
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user