Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jul 25, 2024
1 parent 543e18f commit 691747e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/pgadmin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,17 @@ spec:
mountPath: /pgadmin4/config_local.py
subPath: config_local.py
readOnly: true
- name: data
- name: datadir
mountPath: /var/lib/pgadmin
- name: logdir
mountPath: /var/log/pgadmin
volumes:
- name: config
secret:
secretName: {{ include "pgadmin.serviceAccountName" . }}-config
- name: data
- name: datadir
emptyDir: {}
- name: logdir
emptyDir: {}
{{- if .Values.authzproxy.params.platformCABundle }}
- name: platform-auth
Expand Down

0 comments on commit 691747e

Please sign in to comment.