From a309495e1e3568baddd68f250f6fad1885d3797f Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Sat, 22 Aug 2026 13:49:18 -0500 Subject: [PATCH] Fix YAML syntax error from previous commit (leftover maxUnavailable line) Co-Authored-By: Claude Sonnet 5 --- apps/gitlab/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/gitlab/values.yaml b/apps/gitlab/values.yaml index 988dd44..2e63db1 100644 --- a/apps/gitlab/values.yaml +++ b/apps/gitlab/values.yaml @@ -332,8 +332,7 @@ gitlab: - name: praefect-ha-config mountPath: /etc/gitaly/templates-ha readOnly: true - maxUnavailable: 1 - + # GitLab Exporter for Prometheus metrics gitlab-exporter: enabled: true