Skip to content

Generate migrations Jobs in the operator

Luke Addison requested to merge 13-generate-migrations-job-spec-in-operator into master

Currently, Helm creates a migrations Job. This MR stops the operator from depending on that Job and allows it to generate the spec for that Job itself. This is the beginning of the task to move functionality out of the chart and into the operator.

Closes #13

Depends on !12 (merged) and https://gitlab.com/charts/gitlab/merge_requests/466

Edited by Luke Addison

Merge request reports