Skip to content
Snippets Groups Projects
Commit 1df0d548 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

fix: #be allow acces via pwd to db

parent ae17920b
No related branches found
No related tags found
No related merge requests found
Pipeline #23359 failed
...@@ -22,6 +22,9 @@ spec: ...@@ -22,6 +22,9 @@ spec:
- # NOTE: using a subfolder is required to avoid permission problems - # NOTE: using a subfolder is required to avoid permission problems
name: PGDATA name: PGDATA
value: /var/lib/postgresql/data/pgdata value: /var/lib/postgresql/data/pgdata
- # NOTE: this allows connection via password from any host (which is, the rest of the cloud)
name: POSTGRES_HOST_AUTH_METHOD
value: scram-sha-256
resources: {} resources: {}
volumes: volumes:
- name: pgdata - name: pgdata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment