scale-catalog/stable/wireguard/9.0.8/templates/_secret.tpl

8 lines
149 B
Smarty
Raw Permalink Normal View History

2024-07-13 07:59:30 +00:00
{{/* Define the secrets */}}
{{- define "wg.config-secret" -}}
enabled: true
data:
wg0.conf: |
{{ .Values.wg.config.data | indent 4 }}
{{- end -}}