TrueChartsClone/charts/stable/wireguard/templates/_secret.tpl

8 lines
149 B
Smarty

{{/* Define the secrets */}}
{{- define "wg.config-secret" -}}
enabled: true
data:
wg0.conf: |
{{ .Values.wg.config.data | indent 4 }}
{{- end -}}