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