From 9938c40330b695824cfec58aa66ec1164a139324 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 22 Nov 2025 21:32:09 -0600 Subject: [PATCH] Enable metrics for gitlab-runner --- manifests/gitlab-runner/chart.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/gitlab-runner/chart.yaml b/manifests/gitlab-runner/chart.yaml index 578495d..acbed57 100644 --- a/manifests/gitlab-runner/chart.yaml +++ b/manifests/gitlab-runner/chart.yaml @@ -33,6 +33,8 @@ spec: create: true serviceAccount: create: true + metrics: + enabled: true extraEnv: CACHE_TYPE: s3 CACHE_SHARED: "true"