From 20b8eed718cd437a3ea093d2338fa1724c8e38dd Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 13 Sep 2022 09:31:52 +0300 Subject: [PATCH] fix(tailscale): render secret --- charts/common/Chart.yaml | 2 +- charts/common/templates/addons/vpn/tailscale/_addon.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index b825a4b0..e51d3791 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.5.9 +version: 10.5.10 diff --git a/charts/common/templates/addons/vpn/tailscale/_addon.tpl b/charts/common/templates/addons/vpn/tailscale/_addon.tpl index f393c692..b97464e3 100644 --- a/charts/common/templates/addons/vpn/tailscale/_addon.tpl +++ b/charts/common/templates/addons/vpn/tailscale/_addon.tpl @@ -9,5 +9,6 @@ Template to render Tailscale addon. It will add the container to the list of add {{- $_ := set .Values.additionalContainers "addon-tailscale" $container -}} {{ include "tailscale.sa" . }} {{ include "tailscale.rbac" . }} + {{ include "tailscale.secret" . }} {{- end -}} {{- end -}}