Skip to content

Conversation

@aatif912
Copy link

with the latest version of postgres it throws authentication error because plain password is not supported, with postgres version 12 it works

vpalazhi and others added 2 commits July 14, 2020 13:58
with the latest version of postgres it throws authentication error because plain password is not supported, with postgres version 12 it works
spec:
containers:
- name: postgres
- name: postgres:12

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably you meant to add version to "image":

  • name: postrges
    image: postgres:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants