mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-19 09:30:58 +00:00
cmd/k8s-operator: update env var in manifest to APISERVER_PROXY
Replace the deprecated var with the one in docs to avoid confusion.
Introduced in 335a5aaf9a
.
Updates #8317
Fixes #9764
Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
@@ -151,7 +151,7 @@ spec:
|
|||||||
value: tailscale/tailscale:unstable
|
value: tailscale/tailscale:unstable
|
||||||
- name: PROXY_TAGS
|
- name: PROXY_TAGS
|
||||||
value: tag:k8s
|
value: tag:k8s
|
||||||
- name: AUTH_PROXY
|
- name: APISERVER_PROXY
|
||||||
value: "false"
|
value: "false"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oauth
|
- name: oauth
|
||||||
|
Reference in New Issue
Block a user