passbolt / charts-passbolt

Helm charts to run Passbolt on Kubernetes. No strings attached charts to run the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
41 stars 27 forks source link

feat: add mariadb persistence options #10

Closed plusiv closed 1 year ago

plusiv commented 1 year ago

Adding Mariadb persistence options default values is a cool idea since Helm users can easily control how much storage they can dedicate for MariaDB Primary and Secondary Pods, as well as their custom storage classes and size, also the ability to disable PVCs for testing purposes adds more usability to the project.

The values were taken from the official documentation.

dlen commented 1 year ago

You are on a roll! Thanks again for contributing! Yeah we could add this section definitely!

dlen commented 1 year ago

Thanks for your contribution again!!