[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:
rembj
2021-01-22 19:52:34 +02:00
committed by GitHub
parent 61eb9c6225
commit 46fda7655a
5 changed files with 19 additions and 1 deletions

View File

@@ -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