Skip to content

Commit ea1b3a7

Browse files
authored
chore: add example for parameter/value to Helm Values (#4020)
1 parent 1d8806f commit ea1b3a7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

ci/helm-chart/values.yaml

+12-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,18 @@ ingress:
5757

5858
# Optional additional arguments
5959
extraArgs: []
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
6474
extraVars: []

0 commit comments

Comments
 (0)