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 31, 2024
1 parent fb38fe6 commit 42b1651
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,10 +704,10 @@ runtime:
```

`.Values.runtime.rootless=true` applies the following changes:
- sets `codefresh/dind` and `codefresh/dind-volume-utils`` images with `-rootless` tag suffix
- injects `IS_ROOTLESS` env var into `codefresh/dind-volume-provisioner` pod
- sets `/home/rootless/.local/share/docker` (instead of `/var/lib/docker`) as volume mount for codefresh/dind
- sets `/home/rootless/.config/docker/daemon.json` (instead of `/etc/docker/daemon.json`) as volume mount for codefresh/dind
- sets `codefresh/dind` and `codefresh/dind-volume-utils` images with `-rootless` tag suffix
- injects `IS_ROOTLESS` env var into dind-volume-provisioner pod
- sets `/home/rootless/.local/share/docker` (instead of `/var/lib/docker`) as volume mount for dind pod
- sets `/home/rootless/.config/docker/daemon.json` (instead of `/etc/docker/daemon.json`) as volume mount for dind pod
- adds an optional initContainer (.Values.runtime.dind.volumePermissions) to set correct permissions for `/home/rootless/.local/share/docker``
- sets `securityContext.fsGroup=1000` for dind pod

Expand Down
8 changes: 4 additions & 4 deletions charts/cf-runtime/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -704,10 +704,10 @@ runtime:
```

`.Values.runtime.rootless=true` applies the following changes:
- sets `codefresh/dind` and `codefresh/dind-volume-utils`` images with `-rootless` tag suffix
- injects `IS_ROOTLESS` env var into `codefresh/dind-volume-provisioner` pod
- sets `/home/rootless/.local/share/docker` (instead of `/var/lib/docker`) as volume mount for codefresh/dind
- sets `/home/rootless/.config/docker/daemon.json` (instead of `/etc/docker/daemon.json`) as volume mount for codefresh/dind
- sets `codefresh/dind` and `codefresh/dind-volume-utils` images with `-rootless` tag suffix
- injects `IS_ROOTLESS` env var into dind-volume-provisioner pod
- sets `/home/rootless/.local/share/docker` (instead of `/var/lib/docker`) as volume mount for dind pod
- sets `/home/rootless/.config/docker/daemon.json` (instead of `/etc/docker/daemon.json`) as volume mount for dind pod
- adds an optional initContainer (.Values.runtime.dind.volumePermissions) to set correct permissions for `/home/rootless/.local/share/docker``
- sets `securityContext.fsGroup=1000` for dind pod

Expand Down

0 comments on commit 42b1651

Please sign in to comment.