Skip to content

Revert "Add migrate command to manager's initContainers"

Halil Coban requested to merge revert-configurator-migrate into main

What does this MR do and why?

Revert "Add migrate command to manager's initContainers"

This reverts commit 264b47e8.

This revert is due to the original commit adding the configurator-migrate init container only when global.clickhouse.enabled is true however it should run the migrations independent of that value.

MR acceptance checklist

  • The correct type labels have been applied to this MR.
  • This MR has been made as small as possible, to improve review efficiency and code quality.
  • This MR has been self-reviewed per the code review guidelines.
  • The changes have undergone manual testing and are functioning as intended.
  • This MR has updated the Chart.yaml version number following SemVer versioning practices.
  • This MR documents any breaking changes in the MR description, and the upgrade path has been documented in the first commit as well as in MR description.

How to set up and validate

Numbered steps to set up and validate the change are strongly suggested.

How to deploy upon merging

Numbered steps to explain how this change needs to be deployed. For instance, if there are any changes that should be made outside of the code changes themselves.

Edited by Halil Coban

Merge request reports