You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could use the config.postgresql.passwordSecretName secretref even when we use the embedded postgres.
The way it is now, any small change to the helm file triggers regeneration of the random password, and everything breaks.
Or one has to hardcode the secret into the helm values file.
The text was updated successfully, but these errors were encountered:
Donnie
changed the title
Make embedded Postgres take password from a secretref
Let Deployment use secretRef even when embedded PostgreSQL is enabled
Nov 22, 2024
retool-helm/charts/retool/templates/deployment_backend.yaml
Line 184 in c7d8d30
It would be great if we could use the
config.postgresql.passwordSecretName
secretref even when we use the embedded postgres.The way it is now, any small change to the helm file triggers regeneration of the random password, and everything breaks.
Or one has to hardcode the secret into the helm values file.
The text was updated successfully, but these errors were encountered: