From 2b093aa6bce5a20fcc893f905a7251740616b53b Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 19 Mar 2026 10:01:20 -0400 Subject: [PATCH] fix(gitlab): use custom annotation for CI Swap `gitlab.com/project-id` annotation check for custom annotation `gitlab.com/enabled`. JIRA: SSCUI-83 Signed-off-by: Bryan Ramos --- installer/charts/tssc-dh/templates/plugins-content.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/charts/tssc-dh/templates/plugins-content.yaml b/installer/charts/tssc-dh/templates/plugins-content.yaml index 406a0ea98..ca56bafa9 100644 --- a/installer/charts/tssc-dh/templates/plugins-content.yaml +++ b/installer/charts/tssc-dh/templates/plugins-content.yaml @@ -88,7 +88,7 @@ plugins: allOf: - isGitlabAvailable - hasAnnotation: - - gitlab.com/project-id + - gitlab.com/enabled - disabled: false package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/immobiliarelabs-backstage-plugin-gitlab-backend:bs_1.45.3__6.13.0 {{- end }}