diff --git a/charts/cf-runtime/README.md b/charts/cf-runtime/README.md index f6500f2a..2708db94 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -692,9 +692,11 @@ volumeProvisioner: ### Rootless DinD -DinD pod runs a `priviliged` container with **rootfull** docker. To run the docker daemon as non-root user (**rootless** mode), set `.Values.runtime.rootless=true`: +> **Note!** +> Rootless dind pods still runs as `privileged` container! + `values.yaml` ```yaml runtime: diff --git a/charts/cf-runtime/README.md.gotmpl b/charts/cf-runtime/README.md.gotmpl index 7e572bcd..2537b1cb 100644 --- a/charts/cf-runtime/README.md.gotmpl +++ b/charts/cf-runtime/README.md.gotmpl @@ -692,9 +692,11 @@ volumeProvisioner: ### Rootless DinD -DinD pod runs a `priviliged` container with **rootfull** docker. To run the docker daemon as non-root user (**rootless** mode), set `.Values.runtime.rootless=true`: +> **Note!** +> Rootless dind pods still runs as `privileged` container! + `values.yaml` ```yaml runtime: