Runner uses incorrect secret name for minio
The default value for gitlab-runner.runners.cache.secretName seems to be gitlab-minio. But it should be gitlab-minio-secret.
Without the following part in the yaml, the gitlab runner cache does not work:
gitlab-runner:
runners:
cache:
secretName: gitlab-minio-secret
Edited by Jan Brummelte