From ac914386c2539e69d07465c252e8b36342f38728 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sat, 4 Jul 2026 21:34:24 +0000 Subject: [PATCH] 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 --- apps/opencloud/opencloud-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/opencloud/opencloud-deployment.yaml b/apps/opencloud/opencloud-deployment.yaml index 8e774c4..1815b04 100644 --- a/apps/opencloud/opencloud-deployment.yaml +++ b/apps/opencloud/opencloud-deployment.yaml @@ -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