Skip to content

Fixes labels that went missing due to recent common labeling

John Skarbek requested to merge jts/fix-sidekiq-labels into master

What does this MR do?

  • Recent work incorrectly removed pod lables that are added on a per deployment basis to sidekiq
  • This rectifies that situation by bringing back the loop that should not have been removed

Related issues

Closes: #2559 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated - n/a this is a bug fix
  • Tests added
  • Integration tests added to GitLab QA - n/a
  • Equivalent MR/issue for omnibus-gitlab opened - n/a
Edited by John Skarbek

Merge request reports