chore: Remove extra opt and fix 'proxy' alias (#7413)

* chore: Remove extra opt and fix 'proxy' alias
* proxy -> wsproxy
This commit is contained in:
Steven Masley
2023-05-05 13:09:04 -05:00
committed by GitHub
parent ec11405208
commit 2624ee8f12
5 changed files with 9 additions and 9 deletions

View File

@ -1350,7 +1350,7 @@ when required by your organization's security policy.`,
Description: "Whether Coder only allows connections to workspaces via the browser.",
Flag: "browser-only",
Env: "CODER_BROWSER_ONLY",
Annotations: clibase.Annotations{}.Mark(annotationEnterpriseKey, "true").Mark(annotationExternalProxies, "true"),
Annotations: clibase.Annotations{}.Mark(annotationEnterpriseKey, "true"),
Value: &c.BrowserOnly,
Group: &deploymentGroupNetworking,
YAML: "browserOnly",