From 07ca5fb6ff07a175a1e18e66613fc34c798d5fd6 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 8 Sep 2021 15:27:05 +0200 Subject: [PATCH] remove $RESOURCE variable tofrom monitoring_rules make sure apps-ready jobs are triggered --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 821b4de92..bc3d378d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,8 +77,8 @@ include: .monitoring_rules: rules: - changes: - - flux2/apps/$RESOURCE/*.yaml - - flux2/cluster/optional/$RESOURCE/*.yaml + - flux2/apps/monitoring/*.yaml + - flux2/cluster/optional/monitoring/*.yaml - flux2/infrastructure/sources/grafana.yaml - flux2/infrastructure/sources/helm-stable.yaml - flux2/infrastructure/sources/prometheus-community.yaml -- GitLab