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:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -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:
|
env:
|
||||||
# Basic configuration
|
# Basic configuration
|
||||||
- name: OC_URL
|
- name: OC_URL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue