Auto-configure the GitLab Runner chart for self-signed certificates
requested to merge 2084-can-we-auto-configure-the-gitlab-runner-chart-for-self-signed-certificates into master
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
Edited by 🤖 GitLab Bot 🤖