diff --git a/deployment/helm/sissi/templates/db-credentials.yaml b/deployment/helm/sissi/templates/db-credentials.yaml index b918ea2e..e2affb46 100644 --- a/deployment/helm/sissi/templates/db-credentials.yaml +++ b/deployment/helm/sissi/templates/db-credentials.yaml @@ -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 }}