From 0e6361383c09a750586e113284af65cc89bc5a08 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Thu, 11 May 2023 13:55:04 -0400 Subject: [PATCH] fix(helm): change proxy to wsproxy (#7499) --- 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 082cd891e1..d01db37b5a 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 fe94345d38..a161961ad9 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: {}