Skip to content

Docs: Update kubernetes key file format

What does this MR do?

Fixes the filename required for the certsSecretName to use gitlab.hostname.crt instead of gitlab-hostname.crt which doesn't work. Also, adds a note for those who used the self-signed certificate installation method that the secret is already created for them.

Why was this MR needed?

People may create the secret with the filename gitlab-hostname.com which will not work. It also saves some time for those installing Gitlab Runner with the GitLab Helm Chart, since they don't need to follow the other steps to create the secret.

What's the best way to test this MR?

Install Gitlab Runner with self-signed certifiate.

What are the relevant issue numbers?

N/A

Edited by Suzanne Selhorn

Merge request reports