diff --git a/reference/volume.md b/reference/volume.md index ad88f58973..d489440e2c 100644 --- a/reference/volume.md +++ b/reference/volume.md @@ -30,6 +30,6 @@ bash-3.2$ echo $TELEPRESENCE_ROOT With either method, the code you run locally either from the subshell or from the intercept command will need to be prepended with the `$TELEPRESENCE_ROOT` environment variable to utilitze the mounted volumes. -For example, Kubernetes mounts secrets to `/var/run/secrets`. Once mounted, to access these you would need to change your code to use `$TELEPRESENCE_ROOT/var/run/secrets`. +For example, Kubernetes mounts secrets to `/var/run/secrets/kubernetes.io` (even if no `mountPoint` for it exists in the Pod spec). Once mounted, to access these you would need to change your code to use `$TELEPRESENCE_ROOT/var/run/secrets`. If using --mount=true without a command, you can use either environment variable flag to retrieve the variable.