First, great thx for creating and sharing the charts.
When backup.enabled = true, installation fails because PVC cannot be created. Reason is that our cloud provider doesn't support accessModes: ReadWriteMany which is in backup pvc definition. Changing it to ReadWriteOnce is solving problem.
Best Regards
WK
First, great thx for creating and sharing the charts.
When backup.enabled = true, installation fails because PVC cannot be created. Reason is that our cloud provider doesn't support accessModes: ReadWriteMany which is in backup pvc definition. Changing it to ReadWriteOnce is solving problem.
Best Regards
WK