helm-charts/forgejo-runner/_docs.gotmpl

16 lines
431 B
Go Template
Raw Normal View History

{{ define "chart.prerequirements" -}}
2024-11-20 23:09:50 +01:00
{{< callout type="warning" >}}
Me, wrenix, switch to woodpecker and maybe does not test every change.
{{< /callout >}}
## 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`):
2024-11-20 23:09:50 +01:00
``` yaml {filename="values.yaml"}
{{ .Files.Get "values-dind-bypass.yaml" }}
2024-11-20 23:09:50 +01:00
```
{{ end }}