You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,12 +44,13 @@ If `replicaCount` value was used - remove it. Helm update should work fine after
44
44
| Key | Type | Default | Description |
45
45
|-----|------|---------|-------------|
46
46
| affinity | object |`{}`||
47
-
| config | object |`{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"existingClaim":"","name":"","size":"5Gi","volumeName":""}}`| Creating PVC to store configuration |
47
+
| config | object |`{"persistence":{"accessModes":["ReadWriteOnce"],"annotations":{},"existingClaim":"","name":"","size":"5Gi","subPath":"","volumeName":""}}`| Creating PVC to store configuration |
48
48
| config.persistence.accessModes | list |`["ReadWriteOnce"]`| Access modes of persistent disk |
49
49
| config.persistence.annotations | object |`{}`| Annotations for PVCs |
50
50
| config.persistence.existingClaim | string |`""`| Specify an existing `PersistentVolumeClaim` to use. If this value is provided, the default PVC will not be created |
51
51
| config.persistence.name | string |`""`| Config name |
52
52
| config.persistence.size | string |`"5Gi"`| Size of persistent disk |
53
+
| config.persistence.subPath | string |`""`| Subpath of the pvc which should be mounted |
53
54
| config.persistence.volumeName | string |`""`| Name of the permanent volume to reference in the claim. Can be used to bind to existing volumes. |
54
55
| extraEnv | list |`[]`| Environment variables to add to the seerr pods |
55
56
| extraEnvFrom | list |`[]`| Environment variables from secrets or configmaps to add to the seerr pods |
3. Click on the "New Volume" button near the top right
166
+
3. Click on the "Create a volume" in the center of the page. Or if you have other volumes already, click on the "Create" button on the top right of the page.
167
167
4. Enter a name for the volume (example: `seerr-data`) and hit "Create"
0 commit comments