k8s/helm-charts/dashy/charts/common/templates/addons/vpn/_secret.tpl

10 lines
195 B
Smarty
Raw Normal View History

2023-11-16 19:42:02 +10:00
{{/*
The OpenVPN config secret to be included.
*/}}
{{- define "tc.v1.common.addon.vpn.secret" -}}
enabled: true
data:
vpn.conf: |-
{{- .Values.addons.vpn.config | nindent 4 }}
{{- end -}}