uyivzola opened a new pull request, #44104: URL: https://github.com/apache/superset/pull/44104
### SUMMARY Adds `database.existingSecret` and `database.secretKeys` for password-only or username/password references. Credentials stay in the existing Kubernetes Secret; literal settings and full-URI precedence are preserved. Addresses #42876. Complements #43214 without changing the TCP wait containers. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Not applicable (Helm configuration). ### TESTING INSTRUCTIONS - `helm lint helm/superset` passed. - `helm unittest helm/superset`: 125 tests passed, including 15 new cases. - `pre-commit run` passed. - ARM64 kind deployment with Superset 6.1.0 plus psycopg2, PostgreSQL 16 and Redis 7: initialized the database first, then enabled web/worker. Migration, upgrade, health/login endpoints, database queries and Celery ping passed. Credentials containing special characters worked. ### ADDITIONAL INFORMATION - [x] Has associated issue: #42876 - [ ] Required feature flags - [ ] Changes UI - [ ] Includes DB Migration - [x] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
