From f4b0ff8da157811e3ed49eb9d78c00f5de594efc Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 11 May 2023 16:46:22 +0000 Subject: [PATCH] fix(helm): change proxy to wsproxy --- helm/templates/coder.yaml | 2 +- helm/tests/testdata/workspace_proxy.golden | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/templates/coder.yaml b/helm/templates/coder.yaml index 082cd891e1428..d01db37b5a1fb 100644 --- a/helm/templates/coder.yaml +++ b/helm/templates/coder.yaml @@ -64,7 +64,7 @@ spec: - /opt/coder args: {{- if .Values.coder.workspaceProxy }} - - proxy + - wsproxy {{- end }} - server resources: diff --git a/helm/tests/testdata/workspace_proxy.golden b/helm/tests/testdata/workspace_proxy.golden index fe94345d384f2..a161961ad92fb 100644 --- a/helm/tests/testdata/workspace_proxy.golden +++ b/helm/tests/testdata/workspace_proxy.golden @@ -137,7 +137,7 @@ spec: command: - /opt/coder args: - - proxy + - wsproxy - server resources: {}