https://www.ory.sh/ logo
c

colossal-whale-56336

02/28/2022, 10:30 AM
How can we pass certificate for Postgres in the Helm chart?
j

jolly-magazine-7609

02/28/2022, 11:07 AM
you can alter the volumes and volume mounts:
Copy code
deployment:
  extraVolumeMounts:
  # standard k8s volume mount
  extraVolumes:
  # standard k8s volumes from secret
Map in the cert as a file from a secret. Then alter the DSN to include the right reference to the file path.
c

colossal-whale-56336

02/28/2022, 11:29 AM
Thanks 🙂 !
👍 1
4 Views