Qonstrukt / helm-charts

Helm Charts for several projects.
4 stars 4 forks source link

Fix Backup Disabling #1

Closed RikuXan closed 1 year ago

RikuXan commented 1 year ago

When disabling the backup functionality (persistence.backup.enabled: false), the deployment still tried to attach the backup volume because the conditional in its template only checked for the existence of persistence.backup, not for the state of its enabled flag.

Qonstrukt commented 1 year ago

Thanks, that was an oversight. 😄