2024-05-17 15:27:44 +02:00
|
|
|
{{ define "chart.prerequirements" -}}
|
2024-11-20 23:24:36 +01:00
|
|
|
{{`
|
2024-11-20 23:09:50 +01:00
|
|
|
{{< callout type="warning" >}}
|
|
|
|
Me, wrenix, switch to woodpecker and maybe does not test every change.
|
|
|
|
{{< /callout >}}
|
2024-11-20 23:24:36 +01:00
|
|
|
`}}
|
2024-11-20 23:09:50 +01:00
|
|
|
## Accessing docker socket inside job containers
|
2024-05-17 15:27:44 +02:00
|
|
|
|
|
|
|
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"}
|
2024-05-17 15:27:44 +02:00
|
|
|
{{ .Files.Get "values-dind-bypass.yaml" }}
|
2024-11-20 23:09:50 +01:00
|
|
|
```
|
|
|
|
|
2024-05-17 15:27:44 +02:00
|
|
|
{{ end }}
|
|
|
|
|