fix(tailscale): render secret

This commit is contained in:
Stavros kois
2022-09-13 09:31:52 +03:00
parent c8461bd5ea
commit 20b8eed718
2 changed files with 2 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 10.5.9
version: 10.5.10

View File

@@ -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 -}}