Skip to content

Commit 8460071

Browse files
author
Utku Ozdemir
committed
fix: name of SYS_CHROOT capability in the helm chart
1 parent 3a33a9a commit 8460071

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

helm/pv-migrate/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The helm chart of pv-migrate
1010

1111
| Name | Email | Url |
1212
| ---- | ------ | --- |
13-
| Utku Özdemir | uoz@protonmail.com | https://utkuozdemir.org |
13+
| Utku Özdemir | <uoz@protonmail.com> | <https://utkuozdemir.org> |
1414

1515
## Source Code
1616

@@ -31,7 +31,7 @@ The helm chart of pv-migrate
3131
| rsync.image.tag | string | `"1.0.0"` | Rsync image tag |
3232
| rsync.imagePullSecrets | list | `[]` | Rsync image pull secrets |
3333
| rsync.namespace | string | `""` | Namespace to run Rsync pod in |
34-
| rsync.networkPolicy.enabled | bool | `true` | Enable Rsync network policy |
34+
| rsync.networkPolicy.enabled | bool | `false` | Enable Rsync network policy |
3535
| rsync.nodeName | string | `""` | The node name to schedule Rsync pod on |
3636
| rsync.nodeSelector | object | `{}` | Rsync node selector |
3737
| rsync.podAnnotations | object | `{}` | Rsync pod annotations |
@@ -54,7 +54,7 @@ The helm chart of pv-migrate
5454
| sshd.image.tag | string | `"1.0.0"` | SSHD image tag |
5555
| sshd.imagePullSecrets | list | `[]` | SSHD image pull secrets |
5656
| sshd.namespace | string | `""` | Namespace to run SSHD pod in |
57-
| sshd.networkPolicy.enabled | bool | `true` | Enable SSHD network policy |
57+
| sshd.networkPolicy.enabled | bool | `false` | Enable SSHD network policy |
5858
| sshd.nodeName | string | `""` | The node name to schedule SSHD pod on |
5959
| sshd.nodeSelector | object | `{}` | SSHD node selector |
6060
| sshd.podAnnotations | object | `{}` | SSHD pod annotations |
@@ -67,7 +67,7 @@ The helm chart of pv-migrate
6767
| sshd.publicKeyMountPath | string | `"/root/.ssh/authorized_keys"` | The path to mount the public key |
6868
| sshd.pvcMounts | list | `[]` | PVC mounts into the SSHD pod. For examples, see see [values.yaml](values.yaml) |
6969
| sshd.resources | object | `{}` | SSHD pod resources |
70-
| sshd.securityContext | object | `{"capabilities":{"add":["CAP_SYS_CHROOT"]}}` | SSHD deployment security context |
70+
| sshd.securityContext | object | `{"capabilities":{"add":["SYS_CHROOT"]}}` | SSHD deployment security context |
7171
| sshd.service.annotations | object | `{}` | SSHD service annotations |
7272
| sshd.service.loadBalancerIP | string | `""` | SSHD service load balancer IP |
7373
| sshd.service.port | int | `22` | SSHD service port |
@@ -78,4 +78,4 @@ The helm chart of pv-migrate
7878
| sshd.tolerations | list | see [values.yaml](values.yaml) | SSHD pod tolerations |
7979

8080
----------------------------------------------
81-
Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)
81+
Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1)

helm/pv-migrate/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sshd:
3030
securityContext:
3131
capabilities:
3232
add:
33-
- CAP_SYS_CHROOT
33+
- SYS_CHROOT
3434
service:
3535
# -- SSHD service type
3636
type: ClusterIP

internal/migrator/helm-chart.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)