You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add support for individual PostgreSQL connection parameters
Fix bug that prevented individual PostgreSQL connection parameters from being
shown in CLI help output and being used properly. The parameters were already
defined in the DeploymentValues struct but weren't accessible due to a type
mismatch when checking InMemoryDatabase value.
This allows users to specify PostgreSQL connection details using individual
environment variables, which is useful for systems with automatic password
rotation.
Closes#15264
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments