From 472b2301331e2eb913e86d2e65f79a7a967d606d Mon Sep 17 00:00:00 2001 From: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Thu, 11 May 2023 09:27:24 +0200 Subject: [PATCH] staging/cassandra-monitoring: Add an empty condition to avoid argocd sync issue Related to swh/infra/sysadm-environment#4874 --- archive-staging-rke2/monitoring-cassandra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/archive-staging-rke2/monitoring-cassandra.yaml b/archive-staging-rke2/monitoring-cassandra.yaml index a9d20dd..d56af35 100644 --- a/archive-staging-rke2/monitoring-cassandra.yaml +++ b/archive-staging-rke2/monitoring-cassandra.yaml @@ -30,6 +30,7 @@ endpoints: - "192.168.130.181" - "192.168.130.182" - "192.168.130.183" + conditions: {} ports: - name: jmx-exporter port: 7070 -- GitLab