undo ai garbage#16
Merged
Merged
Conversation
…tence is disabled Added documentation and configuration guidance to ensure PostgreSQL is disabled when persistence is turned off, preventing database connection errors. Updated `values.yaml` and `README.md` accordingly.
Introduced `useMockDatabase` configuration option with a default value of `false`. Updated `values.yaml`, `README.md`, and templates to allow specifying a placeholder database URL when testing without PostgreSQL. Adjusted Helm chart logic to support this option.
Updated README, Helm chart workflow, and templates to standardize behavior for using a mock database URL when PostgreSQL is disabled. Simplified conditional logic and improved clarity in documentation.
Enhanced `DATABASE_URL` logic to include a dedicated mock URL when `useMockDatabase` is enabled. Updated README to provide clearer guidance on mock database usage when PostgreSQL is disabled.
…in Helm chart Added `useMockDatabase` support in `values.yaml` and application configuration to allow running a mock database for testing. Updated logic to disable PostgreSQL by default, aligning with the new mock database option. Enhanced `init_db` to initialize either PostgreSQL or a mock database based on configuration.
This reverts commit dc22bb3.
This reverts commit 0fd3136. # Conflicts: # charts/shoebox/values.yaml
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.