deployment.yaml file
containers:
- image: postgres:8.4
env:
- name: PFADMIN_SERVER_JSON_FILE
value: /pgadmin4/servers.json
volumeMounts:
- name: server-config
mountPath: /pgadmin4/servers.json
subPath: servers.json
- name: password-config
mountPath: /var/lib/storage/pgpass
subPath: pgpass
volumes:
This is the exception from the pgadmin4 log file
2024-03-13 19:22:50,053: ERROR pgadmin: 'NoneType' object has no attribute
'version'
Traceback (most recent call last):
File "/opt/pgadmin4/venv/lib64/python3.7/site-packages/flask/app.py", line
1823, in full_dispatch_request
rv = self.dispatch_re