From 020882e93c07e4bee410bf80818fa0a1c4821dab Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Fri, 19 Jul 2024 16:25:46 +0300 Subject: [PATCH] helm-docs --- charts/cf-runtime/README.md | 4 +++- charts/cf-runtime/README.md.gotmpl | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/cf-runtime/README.md b/charts/cf-runtime/README.md index f6500f2a2..2708db941 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 7e572bcd3..2537b1cb8 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: