add pg
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not
2023-12-14 20:50:06 +10:00
parent 77f6057d9d
commit ef1a857abe
2 changed files with 26 additions and 2 deletions

View File

@@ -42,7 +42,11 @@ spec:
volumeMounts:
- mountPath: /var/lib/pgadmin
name: pgadmin
name: pgadmin
- name: pgadmin-config
mountPath: /pgadmin4/servers.json
subPath: servers.json
readOnly: true
volumes:
- name: pgadmin