We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8806f commit ea1b3a7Copy full SHA for ea1b3a7
ci/helm-chart/values.yaml
@@ -57,8 +57,18 @@ ingress:
57
58
# Optional additional arguments
59
extraArgs: []
60
-# - --allow-http
61
-# - --no-auth
+ # These are the arguments normally passed to code-server; run
+ # 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).
72
73
# Optional additional environment variables
74
extraVars: []
0 commit comments