Skip to content

Changing appConfig options rotates pods that do not need to change

When changing any of the appConfig options in gitlab.yml, or when changing smtp settings, Unicorn and Sidekiq pods get rotated which is expected.

It is not expected to see gitlab-issuer, gitlab-migration, gitlab-minio-create-buckets and gitlab-registry rotate as well. This is most likely caused due to shared secrets being involved which then rotate all dependent pods.

Edited by Marin Jankovski