RoadieHQ / helm-charts

Helm charts for RoadieHQ tools
https://charts.roadie.io
Apache License 2.0
2 stars 9 forks source link

Add ca.crt for AWS RDS #16

Closed martina-if closed 3 years ago

martina-if commented 3 years ago

This PR adds the possibility to specify

rds:
  enabled: true

in the values. This will automatically create the necessary configmap with the CA for AWS RDS. Without this, when disabling the postgres dependency, the charts installation fail unless there is a backstage-postgres-ca configmap containing the ca.crt file.