incubator-devlake-helm-chart
incubator-devlake-helm-chart copied to clipboard
Volume mount support and remove init container
- update to v0.19.1-beta2 (#212)
- adjust to v0.19.1-beta3 (#222)
- adjust to v0.19.0 (#232)
- Remove init container when using an external db and add support for volumes
I am attempting to use the chart in combination with an RDS instance and Vault CSI driver. In order to work I need to mount the secrets. The DB URL is stored in a secret and the init container is trying to contact 127.0.0.1. I think it is better to not have an init container if the database is managed externally.