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
| persistence | object | See below | Configure persistence for the chart here. Additional items can be added by adding a dictionary key similar to the 'config' key. |
126
126
| persistence.config | object | See below | Default persistence for configuration files. |
127
127
| persistence.config.accessMode | string |`"ReadWriteOnce"`| AccessMode for the persistent volume. Make sure to select an access mode that is supported by your storage provider! [[ref]](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes)|
128
+
| persistence.config.dataSource | string |`nil`| Set dataSource to mount pvc from a snapshot |
128
129
| persistence.config.enabled | bool |`false`| Enables or disables the persistence item |
129
130
| persistence.config.existingClaim | string |`nil`| If you want to reuse an existing claim, the name of the existing PVC can be passed here. |
130
131
| persistence.config.mountPath | string |`nil`| Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
0 commit comments