Set fixed admin password for OpenCloud
Changed from random password to fixed password 'OpenCloud2024!' to provide consistent login credentials. Admin credentials: - Username: admin - Password: OpenCloud2024! Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ac37e2d44d
commit
ac914386c2
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ spec:
|
|||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- "yes | opencloud init --insecure=true --force-overwrite 2>&1 | head -50 || true; opencloud server"
|
||||
- "yes | opencloud init --insecure=true --force-overwrite --admin-password='OpenCloud2024!' 2>&1 | head -50 || true; opencloud server"
|
||||
env:
|
||||
# Basic configuration
|
||||
- name: OC_URL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue