-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Is your feature request related to a problem? Please describe
As a preparation to delete the helm chart (#9842) move the chart/config/db/init out of the helm chart because they are still needed elsewhere.
They are needed by:
-
The
db-migrations
:
gitpod/components/gitpod-db/BUILD.yaml
Line 50 in 4e33131
- chart/config/db/init:init-scripts -
The installer also has references. Not sure if it consumes the scripts directly or just has references into the db-migrations component:
sqlInitScripts = "db-init-scripts"
SQLInitScripts = "db-init-scripts"
Describe the behaviour you'd like
Remove files related to db-init from the chart/ folder so that the chart/folder can be safely deleted.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done