Files
catalog/stable/tailscale/3.0.12/templates/common.yaml
TrueCharts-Bot 23fcb63ff7 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-01-07 14:36:32 +00:00

12 lines
287 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secret */}}
{{- include "tailscale.secret" . }}
{{/* Render config */}}
{{- include "tailscale.config" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}