Skip to content

Commit

Permalink
fix: increase poll timeout for larger builders
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithrandir2k18 committed Jul 25, 2024
1 parent 27aaa88 commit 68b5dc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/apps/default/gitlab-runner/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ spec:
create: true
runners:
secret: gitlab-runner-secret
config: |
[[runners]]
[runners.kubernetes]
poll_timeout = 600 # Set timeout for e.g. image pull in seconds

0 comments on commit 68b5dc6

Please sign in to comment.