mirror of
https://github.com/cdr/code-server.git
synced 2026-01-21 07:34:08 +01:00
Fix Helm boolean environment variable (#6563)
This commit is contained in:
parent
3e8100b70e
commit
1fac50d6f6
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ extraArgs: []
|
|||
# Optional additional environment variables
|
||||
extraVars: []
|
||||
# - name: DISABLE_TELEMETRY
|
||||
# value: true
|
||||
# value: "true"
|
||||
# - name: DOCKER_HOST
|
||||
# value: "tcp://localhost:2375"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue