mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Fixes NameError: uninitialized constant Gitlab::Redis::ALL_CLASSES caused by 7_prometheus_metrics.rb loading before 7_redis.rb (alphabetically 'p' < 'r'). The ConfigMap provides a 0_redis_early.rb initializer that requires gitlab/redis before other initializers run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>