From d161b8ea4d2c623e8a06f58f20ac8e2d3c3db83f Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Fri, 15 May 2026 16:33:52 +0200 Subject: [PATCH] =?UTF-8?q?docs(ci-sizer):=20=F0=9F=93=9D=20add=20opt-in?= =?UTF-8?q?=20comment=20to=20gitlab=20webhook=20app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarifies that the GitLab webhook ArgoCD app is optional and should only be hydrated for clusters running GitLab Runner. Ref: IPCEICIS-6886 --- template/stacks/ci-sizer/gitlab-webhook.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/stacks/ci-sizer/gitlab-webhook.yaml b/template/stacks/ci-sizer/gitlab-webhook.yaml index c0b1bce..c92cae5 100644 --- a/template/stacks/ci-sizer/gitlab-webhook.yaml +++ b/template/stacks/ci-sizer/gitlab-webhook.yaml @@ -1,3 +1,7 @@ +# Optional: GitLab CI integration +# Only hydrate this app for clusters that run GitLab Runner. +# For Forgejo/GitHub-only deployments, omit this app from stacks-instances. +# See: ci-sizer/docs/deployment-modes.md apiVersion: argoproj.io/v1alpha1 kind: Application metadata: