mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
11 lines
345 B
Go Template
11 lines
345 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
The container in this chart requires the wg0.conf to be in /etc/wireguard
|
|
for it to run. Either add it under configSecret or under persistence.
|
|
{{- end -}}
|