-
Notifications
You must be signed in to change notification settings - Fork 337
Commit 728d18d
Removed unused externalDatabase Helm chart configuration (#388)
## What
<!--
* Describe what the change is solving.
* It helps to add screenshots if it affects the frontend.
-->
Issue: airbytehq/airbyte#54176
Current Helm `values.yml` documentation and defaults have old unused
values for `externalDatabase`, potentially leading to confusion when
setting up or upgrading Helm chart versions.
## How
<!--
* Describe how code changes achieve the solution.
-->
This removes `externalDatabase` from all defaults and documentation.
These values are not used anywhere in the project outside of the changes
files in this PR. Instead `global.database` should be used instead to
configure external PostgreSQL connections.
## Can this PR be safely reverted and rolled back?
<!--
* If you know that your be safely rolled back, check YES.*
* If that is not the case (e.g. a database migration), check NO.
* If unsure, leave it blank.*
-->
- [x] YES 💚
- [ ] NO ❌
Co-authored-by: perangel <[email protected]>1 parent 0ade605 commit 728d18dCopy full SHA for 728d18d
File tree
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
0 file changed
+0
-0
lines changedOpen diff view settings
0 commit comments