Skip to content

Auto-configure the GitLab Runner chart for self-signed certificates

Closes #2084 (closed)

Testing

Secret created with certificate chain

❯ k get secret -n gitlab | grep chain
gitlab-wildcard-tls-chain              Opaque                                1      2m29s

Runner in ready state without manual intervention

❯ kubectl get pods -n gitlab -l app=gitlab-gitlab-runner
NAME                                    READY   STATUS    RESTARTS   AGE
gitlab-gitlab-runner-7b685695f6-sh8xs   1/1     Running   1          4m40s

Example pipeline that executes on the GitLab Runner

image

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading