From 729df9c375a7a4fb1ea91cb0adeb3776bf2d36f7 Mon Sep 17 00:00:00 2001 From: Lukas Kallies Date: Fri, 13 Mar 2026 18:37:47 +0100 Subject: [PATCH] Update admin UI secret example to match (#8618) --- k8s/charts/seaweedfs/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/k8s/charts/seaweedfs/README.md b/k8s/charts/seaweedfs/README.md index 3be3ddf53..c24b0cc67 100644 --- a/k8s/charts/seaweedfs/README.md +++ b/k8s/charts/seaweedfs/README.md @@ -165,8 +165,9 @@ admin: enabled: true port: 23646 grpcPort: 33646 # For worker connections - adminUser: "admin" - adminPassword: "your-secure-password" # Leave empty to disable auth + secret: + adminUser: "admin" + adminPassword: "your-secure-password" # Leave empty to disable auth # Optional: persist admin data data: @@ -191,6 +192,8 @@ If `adminPassword` is set, the admin interface requires authentication: If `adminPassword` is empty or not set, the admin interface runs without authentication (not recommended for production). +As an alternative, a kubernetes Secret can be used (`admin.secret.existingSecret`). + ### Admin Data Persistence The admin component can store configuration and maintenance data. You can configure storage in several ways: