fix(gitlab): disable KAS at global level to stop Sidekiq NotifyGitPushWorker errors

The existing `global.appConfig.gitlab_kas.enabled: false` only affected
the KAS subchart config but was ignored by the chart template that
generates gitlab.yml. Adding `global.kas.enabled: false` properly sets
`gitlab_kas.enabled: false` in gitlab.yml and removes the orphaned
gitlab-kas Service, stopping ~5 GRPC::Unavailable errors per git push.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-01 10:35:27 +01:00
parent efda8bca94
commit fbd6ebe13a

View File

@@ -4,6 +4,8 @@
global:
edition: ce
kas:
enabled: false
hosts:
domain: fxhnt.ai
gitlab: