mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Trying to self host in Kubernetes #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vitobotta on GitHub (Jul 23, 2021).
Hi! I am trying to set Planka up because it looks awesome :)
I'm using a Postgres instance created with Zalando operator which works fine with several other apps.
But the Planka container doesn't start and throws this error:
I'm not familiar with nodejs so I am not sure of how to investigate. Any suggestions? Thanks!
@vitobotta commented on GitHub (Jul 23, 2021):
Solved by setting PGSSLMODE to no-verify. Thanks :)