scale-catalog/stable/tailscale/9.1.3/templates/_secret.tpl
Julian Haseleu 5d1ab94342 cleanup
2024-07-14 21:54:53 +00:00

11 lines
226 B
Smarty

{{/* 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 }}