Skip to content
Snippets Groups Projects
Commit 23a46cd3 authored by Varac's avatar Varac
Browse files

Merge branch '113-maybe-change-behaviour-of-admin-user-creation-on-updating' into 'main'

Resolve "change behaviour of admin user creation on updating"

Closes #113

See merge request !70
parents a9d129b8 c90cca5f
No related branches found
No related tags found
1 merge request!70Resolve "change behaviour of admin user creation on updating"
Pipeline #10679 passed with stages
in 2 minutes and 13 seconds
......@@ -5,7 +5,7 @@ metadata:
labels:
{{ include "single-sign-on.labels" . | indent 4 }}
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook": post-install
"helm.sh/hook-weight": "-5"
"helm.sh/hook-delete-policy": before-hook-creation
spec:
......
......@@ -219,6 +219,7 @@ login:
user: stackspin
password: stackspin
database: stackspin
# Admin user will be created once when the SSO system is installed.
user: admin@example.com
password: ThisIsNotASecurePassword
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment