helm-charts/forgejo-runner/_docs.gotmpl
2024-05-26 19:54:30 +02:00

11 lines
296 B
Go Template

{{ 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 }}