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: {}