File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,18 @@ ingress:
5757
5858# Optional additional arguments
5959extraArgs : []
60- # - --allow-http
61- # - --no-auth
60+ # These are the arguments normally passed to code-server; run
61+ # code-server --help for a list of available options.
62+ #
63+ # Each argument and parameter must have its own entry; if you use
64+ # --param value on the command line, then enter it here as:
65+ #
66+ # - --param
67+ # - value
68+ #
69+ # If you receive an error like "Unknown option --param value", it may be
70+ # because both the parameter and value are specified as a single argument,
71+ # rather than two separate arguments (e.g. "- --param value" on a line).
6272
6373# Optional additional environment variables
6474extraVars : []
You can’t perform that action at this time.
0 commit comments