Skip to content

Commit

Permalink
helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored and ATGardner committed Jul 21, 2024
1 parent 198df13 commit 819e842
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 819e842

Please sign in to comment.