From 8769d9fedfd55f048268643a7b0da7bb088b8fe1 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Mon, 10 Mar 2025 17:32:53 +0100 Subject: [PATCH] staging/schedule-recurrent: Fix indentation to declare the runner It was misindented from 2 characters. --- swh/values/staging/swh-cassandra.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/swh/values/staging/swh-cassandra.yaml b/swh/values/staging/swh-cassandra.yaml index 92f7709c..54728cdd 100644 --- a/swh/values/staging/swh-cassandra.yaml +++ b/swh/values/staging/swh-cassandra.yaml @@ -2173,16 +2173,16 @@ scheduler: period: 30 requestedMemory: 100Mi requestedCpu: 10m - schedule-recurrent: - enabled: true - requestedMemory: 400Mi - requestedCpu: 10m - visitTypes: - - cvs - - git - - git-checkout - - deposit - - svn + schedule-recurrent: + enabled: true + requestedMemory: 400Mi + requestedCpu: 10m + visitTypes: + - cvs + - git + - git-checkout + - deposit + - svn journalClientCassandraChecksConfiguration: cls: kafka -- GitLab