16 lines
438 B
Go Template
16 lines
438 B
Go Template
{{ define "chart.prerequirements" -}}
|
|
{{`
|
|
{{< 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`):
|
|
|
|
``` yaml {filename="values.yaml"}
|
|
{{ .Files.Get "values-dind-bypass.yaml" }}
|
|
```
|
|
|
|
{{ end }}
|
|
|