feat: Allow creating redis.action_cable.yml
What does this MR do?
feat: Allow creating redis.action_cable.yml
This is a second attempt at this change as the first one wasn't properly e2e-tested.
Used to migrate from the cluster specified in cable.yml, so cable.yml will point to the old cluster and redis.action_cable.yml will point to the new one. Eventually both should point to the new cluster and then we would not need the new file.
Related to gitlab-com/gl-infra/tenant-scale/tenant-services&41 (closed)
Related issues
Author checklist
For general guidance, please follow our Contributing guide.
Required
For anything in this list which will not be completed, please provide a reason in the MR discussion.
- Merge Request Title and Description are up to date, accurate, and descriptive.
- MR targeting the appropriate branch.
- MR has a green pipeline.
- Documentation created/updated.
- Tests added/updated, and test plan for scenarios not covered by automated tests.
- Equivalent MR/issue for omnibus-gitlab opened.
Reviewers checklist
- MR has a green pipeline on https://gitlab.com/gitlab-org/charts/gitlab.
- Consider downstream impact to the Operator, as per evaluating impact from changes to GitLab chart.
Edited by Jason Plum