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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ spec:
- /opt/coder
args:
{{- if .Values.coder.workspaceProxy }}
- proxy
- wsproxy
{{- end }}
- server
resources:

View File

@ -137,7 +137,7 @@ spec:
command:
- /opt/coder
args:
- proxy
- wsproxy
- server
resources:
{}