Skip to content

Fix default type of volumes and volumeMounts #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ You can customize the values of the helm deployment by using the following Value
| `image.repository` | Container image repository | `emberstack/sftp` |
| `image.tag` | Container image tag | `latest` |
| `image.pullPolicy` | Container image pull policy | `Always` if `image.tag` is `latest`, else `IfNotPresent`|
| `storage.volumes` | Defines additional volumes for the pod | `{}` |
| `storage.volumeMounts` | Defines additional volumes mounts for the sftp container | `{}` |
| `storage.volumes` | Defines additional volumes for the pod | `[]` |
| `storage.volumeMounts` | Defines additional volumes mounts for the sftp container | `[]` |
| `configuration` | Allows the in-line override of the configuration values | `null` |
| `configuration.Global.Chroot.Directory` | Global chroot directory for the `sftp` user group. Can be overriden per-user | `"%h"` |
| `configuration.Global.Chroot.StartPath` | Start path for the `sftp` user group. Can be overriden per-user | `"sftp"` |
Expand Down