helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[pgadmin4] use certificates from different location

Open slavb18 opened this issue 11 months ago • 0 comments

I am trying to use autocert certificates in database connections

Currently certificates stored in /var/run/autocert.step.sm on pod

But pgadmin see files only in /var/lib/pgadmin/storage/{server} folder.

Here are pod mounts:

   /var/lib/pgadmin from pgadmin-data (rw)                                                                                                                       │
   /var/run/autocert.step.sm from certs (ro)

How can I use certificates from /var/run/autocert.step.sm in database connectons without copying them to /var/lib/pgadmin/storage/{server} folder?

slavb18 avatar Mar 19 '24 07:03 slavb18