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:
CTO Agent 2026-07-04 21:34:24 +00:00
parent ac37e2d44d
commit ac914386c2

View file

@ -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