From 99926811c4e7bf9a140be4c1fd42fe192bf531fe Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:09:09 +0300 Subject: [PATCH] fix(tailscale-addon): fix indentation on includes (#237) * fix(tailscale-addon): fix indentation on includes * dont change order --- charts/common/Chart.yaml | 2 +- charts/common/templates/addons/vpn/tailscale/_addon.tpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 05a61542..a6116daa 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.6.4 +version: 10.6.5 diff --git a/charts/common/templates/addons/vpn/tailscale/_addon.tpl b/charts/common/templates/addons/vpn/tailscale/_addon.tpl index b97464e3..d7aa6f13 100644 --- a/charts/common/templates/addons/vpn/tailscale/_addon.tpl +++ b/charts/common/templates/addons/vpn/tailscale/_addon.tpl @@ -7,8 +7,8 @@ Template to render Tailscale addon. It will add the container to the list of add {{- $container := fromYaml (include "tc.common.addon.tailscale.container" .) -}} {{- if $container -}} {{- $_ := set .Values.additionalContainers "addon-tailscale" $container -}} - {{ include "tailscale.sa" . }} - {{ include "tailscale.rbac" . }} - {{ include "tailscale.secret" . }} +{{ include "tailscale.sa" . }} +{{ include "tailscale.rbac" . }} +{{ include "tailscale.secret" . }} {{- end -}} {{- end -}}