helm-charts/forgejo-runner/_docs.gotmpl

12 lines
296 B
Go Template
Raw Normal View History

{{ define "chart.prerequirements" -}}
== Accessing docker socket inside job containers
To access the docker socket inside the job containers, the following example values may be used (see `values-dind-bypass.yaml`):
[source,yaml]
----
{{ .Files.Get "values-dind-bypass.yaml" }}
----
{{ end }}