Skip to content

Commit 0e63613

Browse files
authored
fix(helm): change proxy to wsproxy (coder#7499)
1 parent ae3473d commit 0e63613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/templates/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
- /opt/coder
6565
args:
6666
{{- if .Values.coder.workspaceProxy }}
67-
- proxy
67+
- wsproxy
6868
{{- end }}
6969
- server
7070
resources:

helm/tests/testdata/workspace_proxy.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ spec:
137137
command:
138138
- /opt/coder
139139
args:
140-
- proxy
140+
- wsproxy
141141
- server
142142
resources:
143143
{}

0 commit comments

Comments
 (0)