Commit 8df45be6 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: move request_concurrency to proper runner config block

parent f6ea4de8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ spec:
        runners:
          secret: gitlab-runner-secret
          privileged: true
          request_concurrency: 4
          config: |
            [[runners]]
              request_concurrency = 4
              [runners.kubernetes]
                namespace = "gitlab-runner-argo"
                tls_verify = false