Skip to content

Commit

Permalink
Add environment variable to allow connection (#319)
Browse files Browse the repository at this point in the history
If this is not set, it shuts down DB containers. Causes users to not be able to Deploy or to Debug the containers.

Relevant PR:
docker-library/postgres#658
  • Loading branch information
vjocw authored May 12, 2020
1 parent 9cedb2e commit 535cd03
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ spec:
name: db
ports:
- containerPort: 5432
env:
- name: POSTGRES_HOST_AUTH_METHOD
value: "trust"

0 comments on commit 535cd03

Please sign in to comment.