scale-catalog/stable/tailscale/9.1.3/templates/_secret.tpl

11 lines
226 B
Smarty
Raw Permalink Normal View History

2024-07-13 07:59:30 +00:00
{{/* Define the secret */}}
{{- define "tailscale.secret" -}}
enabled: true
data:
{{- with .Values.tailscale.authkey }}
{{/* Name of the authkey is crucial, don't change it */}}
authkey: {{ . }}
{{- end }}
{{- end }}