cyberark / conjur-oss-helm-chart

Helm chart for deploying Conjur OSS to Kubernetes
Apache License 2.0
27 stars 23 forks source link

Conjur Helm Chart Deploys the Database as Persistent #15

Closed rafis3 closed 5 years ago

rafis3 commented 5 years ago

Currently the PostgreSQL instance which is deployed as part of Conjur OSS, is not persistent. This means that as soon as the database container stops, all the data in it is lost.

Expected Behavior The Conjur Helm chart should expose a new parameter that can toggle the deployment of PostgreSQL as persistent. We can use this link as a reference.

dsbyrne commented 5 years ago

Added in v1.3.5 (3682682)