From 1cb9e33a95bbd56b692851468042fe1dbd90928e Mon Sep 17 00:00:00 2001 From: Maisem Ali Date: Wed, 11 Oct 2023 20:11:11 -0700 Subject: [PATCH] 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 335a5aaf9a25cb6969f7c043567425e7070ab21e. Updates #8317 Fixes #9764 Signed-off-by: Maisem Ali --- cmd/k8s-operator/manifests/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/k8s-operator/manifests/operator.yaml b/cmd/k8s-operator/manifests/operator.yaml index 4da7a4dae..246ff330b 100644 --- a/cmd/k8s-operator/manifests/operator.yaml +++ b/cmd/k8s-operator/manifests/operator.yaml @@ -151,7 +151,7 @@ spec: value: tailscale/tailscale:unstable - name: PROXY_TAGS value: tag:k8s - - name: AUTH_PROXY + - name: APISERVER_PROXY value: "false" volumeMounts: - name: oauth