rstudio / helm

Helm Resources for RStudio Products
MIT License
34 stars 28 forks source link

connect: Add database config and password as env to README #515

Closed tnederlof closed 4 months ago

tnederlof commented 4 months ago

This PR relates to https://github.com/rstudio/helm/issues/422 by providing customers guidance on how to configure and set database passwords consistently and in a Kubernetes-friendly way across products.

The docs added show how to configure the database and set up PostgreSQL database passwords as env variables from K8s secrets in Connect. Similar changes are being submitted for each of the products.

Currently, admins need to either set the password in the values or imperatively during helm install. Both are not very k8s native ways of doing things.

This PR is already in flight for Admin install doc changes: https://github.com/rstudio/connect/pull/26928

tnederlof commented 4 months ago

@nihara-thomas fyi this is the companion to this change in the admin guide: https://github.com/rstudio/connect/pull/26928