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

fix(gitlab-runner): Automatically select the current namespace

parent ac8944e1
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,12 @@ spec: ...@@ -52,6 +52,12 @@ spec:
containers: containers:
- name: gitlab-runner-pod-cleanup - name: gitlab-runner-pod-cleanup
image: registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-pod-cleanup:latest image: registry.gitlab.com/gitlab-org/ci-cd/gitlab-runner-pod-cleanup:latest
env:
- name: POD_CLEANUP_KUBERNETES_NAMESPACES
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
resources: resources:
requests: requests:
cpu: 10m cpu: 10m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment