| commit | 2a1c35279ed329dc7d9ab26964271a65a19670e6 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 21 14:15:08 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jun 21 14:15:08 2023 +0400 |
| tree | 2356d29521ec97d17855d9dbdcb2f114085108cd | |
| parent | 54498c732f362f6f88dbbdb132a8e2ddf8a94a29 [diff] [blame] |
charts: tailscale-proxy takes api server address
diff --git a/charts/tailscale/templates/install.yaml b/charts/tailscale/templates/install.yaml index e1fbc09..76241da 100644 --- a/charts/tailscale/templates/install.yaml +++ b/charts/tailscale/templates/install.yaml
@@ -18,7 +18,7 @@ name: {{ .Values.username }} namespace: {{ .Release.Namespace }} spec: - headscaleAddress: {{ .Values.loginServer }} + headscaleAddress: {{ .Values.apiServer }} name: {{ .Values.username }} preAuthKey: enabled: true