rstudio / helm

Helm Resources for RStudio Products
MIT License
30 stars 27 forks source link

Add template for mounting DB passwords from secrets #494

Closed tnederlof closed 2 months ago

tnederlof commented 2 months ago

Adding a template to the rstudio-library chart, which will be used in future PRs to automatically mount PostgreSQL database passwords as environment variables from a secret.

This is to work on https://github.com/rstudio/helm/issues/422 (now that Workbench supports env variables) and https://github.com/rstudio/helm/issues/420.

Once this is in, will add to each product these values:

database:
  password:
    secretKey: "password"
    secret: ""