@@ -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 )
0 commit comments