We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Hi @slavb18, thank you for creating an issue.
Would this part of the values.yaml help you?:
helm-charts/charts/pgadmin4/values.yaml
Lines 142 to 147 in 2c7e86e
You can modify the values, specifically the mountPath in your case.
Sorry, something went wrong.
Hi @slavb18, thank you for creating an issue. Would this part of the values.yaml help you?: helm-charts/charts/pgadmin4/values.yaml Lines 142 to 147 in 2c7e86e extraSecretMounts: [] # - name: pgpassfile # secret: pgpassfile # subPath: pgpassfile # mountPath: "/var/lib/pgadmin/storage/pgadmin/file.pgpass" # readOnly: true You can modify the values, specifically the mountPath in your case.
Thank you, thisis for static secrets, unfortunately I cannot modify mount point in autocert.
No branches or pull requests
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:
How can I use certificates from /var/run/autocert.step.sm in database connectons without copying them to /var/lib/pgadmin/storage/{server} folder?
The text was updated successfully, but these errors were encountered: