Update values.yaml to better support dind (#7431)

This commit is contained in:
Sheldon Tsen
2025-07-22 18:17:44 +01:00
committed by GitHub
parent 84728f0b21
commit fe7db4900a
2 changed files with 34 additions and 16 deletions

View File

@ -383,6 +383,9 @@ mount into `/home/coder/myproject` from inside the `code-server` container. You
need to make sure the Docker daemon's `/home/coder/myproject` is the same as the
one mounted inside the `code-server` container, and the mount will work.
If you want Docker enabled when deploying on Kubernetes, look at the `values.yaml`
file for the 3 fields: `extraVars`, `lifecycle.postStart`, and `extraContainers`.
## How do I disable telemetry?
Use the `--disable-telemetry` flag to disable telemetry.