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
Hi @nijel,
thanks for the note.
I was looking to be able to deploy the full stack (weblate + postgresql + redis) with a single chart, rather than setting up each service individually.
Wouldn't it be possible and suffice to expose the values from the subcharts to this chart?
Hi @justsomebody42, you can use existing claim in values.yaml. For instance if you want to mount existing PVC for Redis, you can add master.persistence.existingClaim in values.yaml how you mentioned in your Issue. All values for Upstream (redis/postgres) helm charts are taking.
Describe the problem
Both redis and postgresql charts support the configuration of an existing claim, but it seems to be impossible to use this with the weblate helm chart
Describe the solution you'd like
Add support for existingClaims for both redis and postgresql subcharts
primary.persistence.existingClaim
master.persistence.existingClaim
Describe alternatives you've considered
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: