Skip to content

Commit

Permalink
helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jul 19, 2024
1 parent a43697c commit 020882e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 3 additions & 1 deletion charts/cf-runtime/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 020882e

Please sign in to comment.