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 df9cfb2 commit 543e18f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/pgadmin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ spec:
value: "False"
- name: PGADMIN_CONFIG_WTF_CSRF_ENABLED
value: "False"
# avoid need for sudo
# https://github.com/pgadmin-org/pgadmin4/blob/REL-8_9/pkg/docker/entrypoint.sh#L94
# postfix is used to send password reset emails. This feature is not used.
- name: PGADMIN_DISABLE_POSTFIX
value: "True"
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 543e18f

Please sign in to comment.