Skip to content
Snippets Groups Projects
Unverified Commit 8769d9fe authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

staging/schedule-recurrent: Fix indentation to declare the runner

It was misindented from 2 characters.
parent 69d1b69e
No related branches found
No related tags found
1 merge request!553staging/runner: Only schedule tasks for enabled loaders
...@@ -2173,16 +2173,16 @@ scheduler: ...@@ -2173,16 +2173,16 @@ scheduler:
period: 30 period: 30
requestedMemory: 100Mi requestedMemory: 100Mi
requestedCpu: 10m requestedCpu: 10m
schedule-recurrent: schedule-recurrent:
enabled: true enabled: true
requestedMemory: 400Mi requestedMemory: 400Mi
requestedCpu: 10m requestedCpu: 10m
visitTypes: visitTypes:
- cvs - cvs
- git - git
- git-checkout - git-checkout
- deposit - deposit
- svn - svn
journalClientCassandraChecksConfiguration: journalClientCassandraChecksConfiguration:
cls: kafka cls: kafka
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment