Commit 77471d3e authored by Steve Azzopardi's avatar Steve Azzopardi

Add note about helm chart for dind with TLS

Dind with TLS is not yet supported by our helm chart because it lacks
[volumes
supports](https://gitlab.com/gitlab-org/charts/gitlab-runner/issues/83)
which is required to mount the certificates properly.

reference https://gitlab.com/gitlab-org/charts/gitlab-runner/-/issues/82#note_318582900
parent a516e498
......@@ -147,7 +147,12 @@ released.
#### TLS enabled
NOTE: **Note**
This requires GitLab Runner 11.11 or higher.
Requires GitLab Runner 11.11 or later, but is not supported if GitLab
Runner is installed using the [Helm
chart](https://docs.gitlab.com/runner/install/kubernetes.html). See the
[related
issue](https://gitlab.com/gitlab-org/charts/gitlab-runner/issues/83) for
details.
The Docker daemon supports connection over TLS and it's done by default
for Docker 19.03.1 or higher. This is the **suggested** way to use the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment