Add support to deploy pgAdmin in container with readOnlyRootFilesystem to true. #7330

This commit is contained in:
Yogesh Mahajan
2024-12-03 17:50:20 +05:30
committed by GitHub
parent 56c6fc6b72
commit 42018e69a5
3 changed files with 31 additions and 5 deletions
+7
View File
@@ -142,6 +142,13 @@ Override the default file path for the preferences customization at the containe
/pgadmin4/preferences.json mapped file below for more information. See the format
of the `Preferences JSON file <https://www.pgadmin.org/docs/pgadmin4/latest/preferences.html#json-format>`_.
**PGADMIN_CONFIG_DISTRO_FILE**
*Default: /pgadmin4/config_distro.py*
Override the default file path for the pgadmin configurations file.This can be used while provisioning
container with read only root file system to achieve a more secure pgadmin4 deployment for docker and kubernetes.
**PGPASS_FILE**
*Default: <null>*