Skip to content
Snippets Groups Projects
Verified Commit 5220891e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(gitlab-runner): Replace outdated helm value

This patch drops the usage of the no longer working
`runner.podAnnotion` that was used to feed the pod-cleanup controller,
and replace it with the usage of the activeDeadlineSeconds Feature Flag.
This way Gitlab will utilise the activeDeadlineSeconds feature of
Kubernetes to ensure that Jobs come to an end.
parent c26ed002
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,6 @@ data:
limits:
memory: 256Mi
cpu: 200m
runners:
podAnnotations:
"pod-cleanup.gitlab.com/ttl": "6h"
\ No newline at end of file
envVars:
- name: FF_USE_POD_ACTIVE_DEADLINE_SECONDS
value: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment