Update admin UI secret example to match (#8618)

This commit is contained in:
Lukas Kallies
2026-03-13 18:37:47 +01:00
committed by GitHub
parent f3c5ba3cd6
commit 729df9c375

View File

@@ -165,8 +165,9 @@ admin:
enabled: true enabled: true
port: 23646 port: 23646
grpcPort: 33646 # For worker connections grpcPort: 33646 # For worker connections
adminUser: "admin" secret:
adminPassword: "your-secure-password" # Leave empty to disable auth adminUser: "admin"
adminPassword: "your-secure-password" # Leave empty to disable auth
# Optional: persist admin data # Optional: persist admin data
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). 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 ### Admin Data Persistence
The admin component can store configuration and maintenance data. You can configure storage in several ways: The admin component can store configuration and maintenance data. You can configure storage in several ways: