Replies: 1 comment
-
Hey, sorry for the delay! I'd definitely like to add configuration to these charts (see #437), but at the moment I'd recommend setting the database envs manually. I believe something like this? Replace env:
DATABASE_PASSWORD:
secretKeyRef:
name: postgresql-ha-postgresql
key: password
DATABASE_URL: postgres://USERNAME:$(DATABASE_PASSWORD)@postgresql-ha-pgpool/DATABASE?sslmode=disable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use the HA bitnami chart for postgresql so my RSS reader could survive node failure better (https://artifacthub.io/packages/helm/bitnami/postgresql-ha). How would I go about to do that?
Beta Was this translation helpful? Give feedback.
All reactions