fix(helm): change proxy to wsproxy (#7499)

This commit is contained in:
Eric Paulsen
2023-05-11 13:55:04 -04:00
committed by GitHub
parent ae3473dc1b
commit 0e6361383c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ spec:
- /opt/coder
args:
{{- if .Values.coder.workspaceProxy }}
- proxy
- wsproxy
{{- end }}
- server
resources:
+1 -1
View File
@@ -137,7 +137,7 @@ spec:
command:
- /opt/coder
args:
- proxy
- wsproxy
- server
resources:
{}