mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
kube-auth-proxy fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
c96ce22639
commit
f49b08a787
@ -49,7 +49,6 @@ export class KubeAuthProxy {
|
|||||||
"--port", this.port.toString(),
|
"--port", this.port.toString(),
|
||||||
"--kubeconfig", this.cluster.kubeconfigPath(),
|
"--kubeconfig", this.cluster.kubeconfigPath(),
|
||||||
"--accept-hosts", clusterUrl.hostname,
|
"--accept-hosts", clusterUrl.hostname,
|
||||||
"--api-prefix", apiPrefix.BASE,
|
|
||||||
]
|
]
|
||||||
if (process.env.DEBUG_PROXY === "true") {
|
if (process.env.DEBUG_PROXY === "true") {
|
||||||
args = args.concat(["-v", "9"])
|
args = args.concat(["-v", "9"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user