mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/mariadb] add subPath support for secondary/primary pod (#5174)
* add subPath support for primary pod * add subPath support for primary pod * add subPath support for primary/secondary pod
This commit is contained in:
@@ -314,6 +314,8 @@ primary:
|
||||
## NOTE: When it's set the rest of persistence parameters are ignored
|
||||
##
|
||||
# existingClaim:
|
||||
## Subdirectory of the volume to mount
|
||||
# subPath:
|
||||
## Persistent Volume Storage Class
|
||||
## If defined, storageClassName: <storageClass>
|
||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||
@@ -597,6 +599,8 @@ secondary:
|
||||
## If true, use a Persistent Volume Claim, If false, use emptyDir
|
||||
##
|
||||
enabled: true
|
||||
## Subdirectory of the volume to mount
|
||||
# subPath:
|
||||
## Persistent Volume Storage Class
|
||||
## If defined, storageClassName: <storageClass>
|
||||
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
||||
|
||||
Reference in New Issue
Block a user