catalog/stable/wireguard/5.0.4/templates/_secret.tpl

8 lines
149 B
Smarty
Raw Normal View History

2023-08-01 09:25:32 +00:00
{{/* Define the secrets */}}
{{- define "wg.config-secret" -}}
enabled: true
data:
wg0.conf: |
{{ .Values.wg.config.data | indent 4 }}
{{- end -}}